This commit is contained in:
2025-04-28 13:46:21 +02:00
parent 0e397619f4
commit 0ee3a5f8b3
3 changed files with 27 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
from Crypto.Cipher import AES
from base64 import b64encode, b64decode
import platform
import bcrypt
from Crypto.Hash import SHA256, SHA3_512
from Crypto.Protocol.KDF import PBKDF2
from Crypto.Random import get_random_bytes