CaffeineAddict
Well-Known Member
Solid and feature rich authenticators for PC's are rare commodity, so rare that majority of people use authenticators on their phone because thats considered standard (albeit very insecure compared to authenticator on PC), and most likely everyone uses either google authenticator or MS authenticator since those 2 are most popular.
Recently I discovered OTPClient, which is a Linux authenticator based on GTK+
I've set up 2FA with it on all websites that support 2FA and made a backup of local database in case my system crashes and needs to reinstall, so far it works great and I'm happy with it, certainly worth installing and using.
If you're on Debian or Debian based distro it's as simple as:
---
Do you use 2FA? on your phone or PC? which software?
Recently I discovered OTPClient, which is a Linux authenticator based on GTK+
GitHub - paolostivanin/OTPClient: Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP - paolostivanin/OTPClient
github.com
I've set up 2FA with it on all websites that support 2FA and made a backup of local database in case my system crashes and needs to reinstall, so far it works great and I'm happy with it, certainly worth installing and using.
If you're on Debian or Debian based distro it's as simple as:
Bash:
sudo apt install otpclient
---
Do you use 2FA? on your phone or PC? which software?