tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.25k stars 86 forks source link

discordapp.com incompatability #40

Open juicetin opened 6 years ago

juicetin commented 6 years ago

Hi,

It seems that for some reason, the 2FA TOTP at discordapp.com does not seem to work with pass-totp, using any of SHA-1, SHA-256, or SHA-512. It does work with other mobile authentication apps though (e.g. Authy or Google Authenticator), so I'm not sure if I'm missing something here.

Will provide more info as needed.

meme commented 6 years ago

This seems to work using FreeOTP, I wonder what algorithm they use for Discord?

bl1nk commented 5 years ago

FYI this works fine for me using the default format and algorithm.

jbalme commented 5 years ago

Not working for me either. gopasspw/gopass's implementation likewise doesn't seem to work.

NilsIrl commented 4 years ago

works for me on discord. here is what it looks like (nothing seems strange to me):

otpauth://totp/discordapp.com:xxxxxxxxxxx%40xxxxx.xxx?secret=xxxxxxxxxxxxxxxx&issuer=discordapp.com

please close if it works

Steve-V commented 4 years ago

Works properly on discord for me, manually added using:

pass otp append -e -s -i Discord discord with the result otpauth://totp/Discord?secret=xxxxxxxxxxxxxxxx&issuer=Discord