fork download
  1. from cryptography.fernet import Fernet
  2.  
  3. fernet_key = Fernet.generate_key()
  4. print(fernet_key.decode())
Success #stdin #stdout 0.04s 9512KB
stdin
Standard input is empty
stdout
3uW2ek67HQTIVwN4lOkUV7NrUhvi-b-MlMFRx2Axmcc=