A OTP generator for Windows, MacOS and Linux so you don't have to get out your phone every two seconds in this 2FA world
Unlike OTPCMDGO, this will have the ability to add new entries from the application.
- Chrome installed
- Golang installed
- Your 2FA secret codes
- Run build-{{your-operating-system}}
- Run the output executable
- Codes are stored in
data.json
- Enter the name and the secret for your code. eg
{"Name":"Hello", "Secret": "QBGN657ZHIQ34QIA"}
- GUI for viewing your 2FA OTPs
- A countdown timer
- A convenient copy button
- Encryption of your secrets
- Add new keys in-app
- Delete existing keys in-app
This isn't looking to be a rock-solid secure application. If you are at all concerned with your 2FA secrets being stolen - which is a legitimate concern - then do not use this. Thing will become slightly better when data.json
encryption is implemented, but I am not responsible for anything happening to your secrets or OTPs being stolen