initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from cryptography.fernet import Fernet
|
||||
key = Fernet.generate_key()
|
||||
f = Fernet(key)
|
||||
Reference in New Issue
Block a user