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)