two-factor-auth icon indicating copy to clipboard operation
two-factor-auth copied to clipboard

where is the key?

Open tamadezhenshiyuncai opened this issue 5 years ago • 1 comments

I am only a layman. i don,t know where the key is, from the following parts. if the key is there? $ cat /home/blc/liufeia/key Warning: pasting the following URL into your browser exposes the OTP secret to Google: https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpa Your new secret key is: 7QOJCMH2YGT Your verification code for code 1 is 0942 Your emergency scratch codes are: 38106 appreciate

tamadezhenshiyuncai avatar Sep 17 '19 12:09 tamadezhenshiyuncai

This 11 character string looks like an incomplete base32 string. 11 base32 characters is the encoding of 55 bits, and most base32 decodes would ignore the 11th character and decode this as 6 bytes. It doesn't look like a complete base64 string, because mime decoders would treat that 11th character "T" the same as they would Q or R or S.

maroonbells avatar Dec 16 '19 04:12 maroonbells