[READ-ONLY] Mirror of https://github.com/jmrplens/kleidos. Kleidos — Hardware BLE password manager for ESP32-S3 (M5StickC Plus2, StickS3, M5Stack Gray, T-Deck, Cardputer) jmrplens.github.io/kleidos/
0

Configure Feed

Select the types of activity you want to include in your feed.

Correct lockout thresholds in Doxygen mainpage (4/7/10)

Claude-Session: https://claude.ai/code/session_01Y7Cy1HetRp6TZAUAeekN8X

José M. Requena Plens (Jul 4, 2026, 1:13 AM +0200) 74a23671 02720fc4

+2 -1
+2 -1
docs/mainpage.dox
··· 88 88 * - Key material must be cleared with @c mbedtls_platform_zeroize() — 89 89 * never @c memset() which may be elided. 90 90 * - BLE must be **fully de-initialized** before OTA starts or before deep sleep. 91 - * - Vault wipe triggers after 10 failed PIN attempts; lockout after 3. 91 + * - Escalating lockout: short lock from 4 failed PIN attempts, longer lock from 92 + * 7; vault wipe at 10. 92 93 * 93 94 * --- 94 95 *