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+
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:
---
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: A secure, easy-to-use TOTP/HOTP client written in C with a GTK4/libadwaita interface.
A secure, easy-to-use TOTP/HOTP client written in C with a GTK4/libadwaita interface. - paolostivanin/OTPClient
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?

