GUI manager for TOTP codes
- basic TOTP code secret management (add, copy, delete)
- multiple accounts (saved on files, protected with username & password)
- tray icon (don't have to open store file until powering of computer)
- wide range HMAC algorithms (MD5, SHA1, SHA256, SHA384, SHA512)
- different code length (6 - 10)
- different time steps/window (30 seconds - 10 minutes)
- adding codes from QR code/otpauth url
- exporting/importing as plain text of otpauth url(s)
- Java 17 or higher
java -jar mytotp-x.y.z.jar
- HMAC algorithm: SHA1;
- code length: 6;
- time step: 30 seconds
First opening app:
Main menu:
Creating/Opening store:
Adding new code:
Adding new code with advanced options:
Codes list:
Context menu:
Tray icon:
Tested using Google Authenticator and Password store
Any help is appreciated, feel free to contribute