alpha
Login
or
Join now
jmrp.io
/
kleidos
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
kleidos
/
test
/
web
/
test_csv_import_negatives
/
at
main
1 file
José M. Requena Plens
fix(totp): honor stored digits/period; add import parser negatives
2mo ago
3bfd72fa
test_csv_import_negatives.cpp
fix(totp): honor stored digits/period; add import parser negatives - TotpGenerator::generate() now accepts `digits` (6 or 8, default 6) and `period` (>0, default 30); clamps invalid values to safe defaults. Callers in totp_screen_controller pass current_.digits / current_.period. - TotpGenerator::remainingSeconds() now accepts `period` (default 30). - RFC 6238 Appendix B 8-digit SHA-1 test vectors added (6 vectors). - MT-05: 13 JSON-import negative tests (malformed/version/base64/abusive). - MT-06: 15 CSV-import negative tests (quotes/embedded/overlength/counts). - Extracted CsvRow + parseCsvCredentialLine to web/csv_credential_parser.h for testability. Claude-Session: https://claude.ai/code/session_01SLSU3WoYEyX1J7qWXxmyKo
2 months ago