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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anzetal opened this issue · comments

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

Nvm. User error