Skip to content

Instantly share code, notes, and snippets.

@qlrd
Last active February 20, 2025 13:58
Show Gist options
  • Save qlrd/0eed0c8a56aeab3f8894c6d67694d690 to your computer and use it in GitHub Desktop.
Save qlrd/0eed0c8a56aeab3f8894c6d67694d690 to your computer and use it in GitHub Desktop.

A password to decrypt a qrcode

Scan this qrcode and type a sequence of characters that decrypt the QR code.

5ef3b16a pic.twitter.com/2P3G7ux3KE

— qlrd (@qlrddev) February 20, 2025

To find out the "password", you will need to edit solution.py. It have a line where you'll find a certain variable that require a byte string as input to the solution function. The output of solution will be the key to decrypt the mnemonic.

For example:

derive_this_to_generate_the_type_key_on_krux = b"aS0lut1onK3y"
decrypt_key = solution(derive_this_to_generate_the_type_key_on_krux)
print(decrypt_key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment