Hello.
I've been using password-store (pass) as a password manager for a while now.
Recently it got support for extensions, and one of them is pass-otp
(https://github.com/tadfisher/pass-otp/)
So, I would like to use it for 2FA for this forum (great feature, btw) as a backup/addition to FreeOTP Android application that I've been using.
To do that, I'll have to pass several options to pass-otp:
In other words, does the forum's 2FA backend use the common defaults (sha1, 30 seconds, 6 digits, and the key is base32-encoded)?
Thank you.
I've been using password-store (pass) as a password manager for a while now.
Recently it got support for extensions, and one of them is pass-otp
(https://github.com/tadfisher/pass-otp/)
So, I would like to use it for 2FA for this forum (great feature, btw) as a backup/addition to FreeOTP Android application that I've been using.
To do that, I'll have to pass several options to pass-otp:
- secret key, base32-encoded
- algorithm (sha1, sha256 or sha512)
- period for a TOTP secret (default is 30 seconds)
- number of digits (default is 6)
In other words, does the forum's 2FA backend use the common defaults (sha1, 30 seconds, 6 digits, and the key is base32-encoded)?
Thank you.