Use multiple KDFs (add Scrypt for AES256)

This commit is contained in:
2025-05-08 17:26:12 +00:00
parent ce0b5d4bf5
commit ac5314396e
4 changed files with 24 additions and 11 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ import (
// TODO Enhancements:
// Security:
// Play with nonce sizes and Argon2 parameters to find the best speed-security balance
// Handle decryption in the daemon and return decrypted data, rather than returning the passphrase
// Play with nonce sizes and KDF parameters to find the best speed-security balance
// Standalone cmd:
// Usable as symmetric-only GPG replacement