mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-09-06 00:57:18 -04:00
Implement AES256+GCM encryption/decryption (cascading)
This commit is contained in:
@@ -11,6 +11,7 @@ const (
|
||||
argonMemory = 64 * 1024
|
||||
argonThreads = 4
|
||||
argonKeyLen = chacha20poly1305.KeySize
|
||||
saltSize = 16
|
||||
)
|
||||
|
||||
// DeriveKey derives an encryption key from a passphrase using Argon2.
|
||||
|
||||
Reference in New Issue
Block a user