What is my 2FA is a simple OTP tool where you can store your 2FA codes.
This app supports standard OTP URIs: otpauth://totp/Issuer:Account?secret=BASE32SECRET&issuer=Issuer
I use the tool personally to quickly get my 2FA secret and to have a backup on my PC and laptop.
The application is build using .NET 10 and WinForm.
Note: the application stores the files encrypted, but the key is stored in the code and can be used to decrypt the file. It is recommended to change the key in the code before using the application.
- Start the application
- Click on the "Add" button
- Scan the QR code with a QR code scanner app like QR Bot
- Copy and paste the code to your PC
- Paste the code in the secret field and click on "Save"
- Save the file to your desired location
C# Windows Forms .NET 10
This project uses the Otp.NET package from nuget. https://www.nuget.org/packages/Otp.NET
This project has no license and can be used for personal use.