Spaces:
Sleeping
Sleeping
File size: 93 Bytes
11ee225 |
1 2 3 4 5 6 7 8 |
from cryptography.fernet import Fernet
import os
# key = Fernet.generate_key()
print(key)
|