mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-09-02 23:27:27 -04:00
Use multiple KDFs (add Scrypt for AES256)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user