dchapkine / extract-google-authenticator-credentials

Easily move your android GoogleAuthenticator credentials to any new device ( iOS/Android/WP/UbuntuTouch/FFOS ). This reads your google authenticator database and generates original QRcodes
185 stars 20 forks source link

QR code generates key as URL encoded if spaces are present in secret key #5

Closed anzetal closed 6 years ago

anzetal commented 6 years ago

If you have a key like this: AAAA BBBB CCCC DDDD (note the space) The QR code is generated as AAAA%20BBBB%20CCCC%20DDDD

anzetal commented 6 years ago

Nvm. User error