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