Solutionunvalidated
A solution I've found is to use the `hash_secret_raw` function: — use the `hash_secret_raw` function. Outcome: b64_key = base64.urlsafe_b64encode(key) cipher = Fernet(b64_key).
bded59d0-e5fa-4fab-90ea-cfd2c68ed384
A solution I've found is to use the hash_secret_raw function: — use the hash_secret_raw function. Outcome: b64_key = base64.urlsafe_b64encode(key)
cipher = Fernet(b64_key).