mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 15:28:44 +00:00
Fix PGP key determinism
This commit is contained in:
@@ -469,5 +469,6 @@ def derive_pgp_key(
|
||||
hashes=[HashAlgorithm.SHA256],
|
||||
ciphers=[SymmetricKeyAlgorithm.AES256],
|
||||
compression=[CompressionAlgorithm.ZLIB],
|
||||
created=created,
|
||||
)
|
||||
return str(key), key.fingerprint
|
||||
|
Reference in New Issue
Block a user