-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from VIP Access QR code? #72
Comments
I can't tell from what you've provided. What do those first two fields look like? Base32… base64… hexadecimal… ASCII? Length? Can you figure out how to map them into a format similar to what |
Confirming it's a 3 element list.
Maybe the first argument could be mapped into a |
This first element can't contain more than ~41 bits of randomness (8 × log₂36). So there's no way it can directly map to the 160-bit secret of the There's probably an extra level of indirection to obscure the secret. These QR code parameters are likely fed into another web service (e.g. If you can get a MITM capture of the app reading the QR code to migrate the token, that should do the trick. |
I tried MITMing using the Android emulator but didn't get very far :( |
VIP Access can now generate a QR code to migrate tokens.
It's in this format:
Is it possible to import these into
vipaccess
?The text was updated successfully, but these errors were encountered: