strongbox-password-safe / Strongbox

A KeePass/Password Safe Client for iOS and OS X
https://strongboxsafe.com
GNU Affero General Public License v3.0
1.34k stars 102 forks source link

Supporting HOTP #537

Open ickc opened 3 years ago

ickc commented 3 years ago

In addition to the current TOTP support, consider adding HOTP support as well. A count is needed in HOTP so may be each time a passcode is generated, the database needed to be written. This may be an unwanted side-effect comparing to TOTP. But some services does use HOTP so it is unavoidable (to some of us.)

strongbox-mark commented 3 years ago

Noted. Will add to backlog. Should be doable, but I'll need to research implementation first.