add readme
This commit is contained in:
@@ -4,7 +4,7 @@ from cryptography.fernet import Fernet
|
||||
from cryptography.hazmat.primitives.kdf.scrypt import Scrypt
|
||||
import base64
|
||||
|
||||
with open("key.txt", "rb") as key_file:
|
||||
with open("pwd_key.txt", "rb") as key_file:
|
||||
key = key_file.read().strip()
|
||||
f = Fernet(key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user