fork download
from cryptography.fernet import Fernet

fernet_key = Fernet.generate_key()
print(fernet_key.decode())
Success #stdin #stdout 0.04s 9512KB
stdin
Standard input is empty
stdout
3uW2ek67HQTIVwN4lOkUV7NrUhvi-b-MlMFRx2Axmcc=