Dear Developers,
I have been toying with the new version of AxCrypt and I noticed that when signing up for an account there is no option for 2-Step Verification. This is becoming more or less standard now on most websites especially security-related sites.
It’d be nice to see an optional feature on the web interface allowing the use of a TOTP/HOTP. There are lots of open source libraries out there which allow integration of a Google Authenticator 2SV system and this is universally compatible with most 2SV apps (including Authy).
The suggestion better protects the account because:
- You have a rudimentary password manager which needs better protecting [2SV would increase security]
- It would require 2SV confirmation to reset password / delete account [emails can be intercepted]
- If the AxCrypt password is saved in the web browser, it’d require the extra code prior to login
It’s not foolproof but it appreciably increases security in those scenarios.