Two Factor Authenticator App in WPF
There are a lot of 2 factor authenticaton apps out there for mobile phones like those of
Microsoft,
Google
or Fortinet.
I wanted a basic, easy to use app for Windows so I can use both my mobile phone or Windows to get the token for 2 factor logins.
Beacuse security is important and I am neither a security expert nor a professional WPF developer I decided to put the full source code on GitHub so everyone can take a look at the code, fork it and improve for their own usage.
App key features
- Encypted settings file with all the logins.
- Scan a QR code directly from the desktop or add it from the disk as an image file.
- Keeps track of how many times a token is used and can sort by most used.
- Can ask for a password on opening the app for extra security if needed.
- Create a backup of your logins.
- Save a copy of the scanned barcode so you can share it with another device or person.
- Has a Dark Mode color scheme.
You can also download the app here as a stand-alone executable.
Download the App
Test your 2 Factor App
Quick Start Guide
If you backup and restore the
TwoFactor.settings
file to another device and you use the same password, then you have the same logins available there also.
If you enabled saving the QR code in the settings, it wil be displayed here so you can scan it with a phone or download an image by clicking it.
Change the sort order of the logins. By default it will be by "most used".
Save QR code image
If you enable this option then an image of the QR code will be stored in the app folder. You can then use this QR code on another device. It will also be shown in the "Edit login" window.
This is a potential security risk!
Ask password on open
When opening the app it will ask you for your password for extra security.
Export
With the "Export" button you create a Zip file with the settings file and the stored QR codes if there are any. This can be used as a backup or can be copied to another computer, extracted it the app folder to use the logins there (if the same password is used).