totp

Simple cli tool for storing TOTP secrets and generating tokens
git clone https://git.inz.fi/totp/
Log | Files | Refs | Submodules

DateCommit messageAuthorFiles+-
2024-01-18 11:34Change key list format to match token generation inputSanttu Lakkala2+6-3
2024-01-18 11:26Use correct default period value of 30Santtu Lakkala1+1-1
2024-01-02 16:37Fix token parsing, simplifySanttu Lakkala1+4-4
2023-09-28 12:36Improve POSIX compatibilitySanttu Lakkala1+9-1
2023-09-28 12:29Improve error reportingSanttu Lakkala5+60-20
2023-09-27 11:00Add stress tester scriptSanttu Lakkala2+96-2
2023-09-26 09:51Add non-encrypted DB fuzz targetSanttu Lakkala2+7-5
2023-09-25 11:08Add fuzz testsSanttu Lakkala9+121-3
2023-09-22 10:31Add unity buildSanttu Lakkala4+45-37
2023-09-18 13:52Add salt to databaseSanttu Lakkala15+308-176
2023-09-14 14:51More refactoring, add simple testsSanttu Lakkala9+557-476
2023-09-13 10:28Cleanup struct bytes usageSanttu Lakkala3+35-21
2023-09-13 10:28Fix indentsSanttu Lakkala1+106-107
2023-09-12 16:01Semi-major rewriteSanttu Lakkala9+622-448
2022-12-01 06:36Allow lower-case base32 in keysSanttu Lakkala1+1-1
2021-07-02 10:22Add some documentationSanttu Lakkala3+101-1
2021-07-02 06:42Improve make compatibility, add dtotp wrapperSanttu Lakkala2+27-12
2021-07-02 06:26Add test.c, fixes and improvementsSanttu Lakkala2+488-11
2021-05-17 21:15Add missing filesSanttu Lakkala2+229-0
2021-04-28 18:55Add unlicenseSanttu Lakkala1+24-0
2021-03-09 07:52Initial importSanttu Lakkala11+1349-0