use aes256 for password encryption (#75)
This commit is contained in:
parent
39c2fa863e
commit
1f4d966115
3 changed files with 22 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ DecryptBinaryMessageArmored(privateKey string, passphrase []byte, ciphertext str
|
|||
- Improved key and message armoring testing
|
||||
- `EncryptSessionKey` now creates encrypted key packets for each valid encryption key in the provided keyring.
|
||||
Returns a byte slice with all the concatenated key packets.
|
||||
- Use aes256 chiper for message encryption with password.
|
||||
|
||||
### Fixed
|
||||
- Public key armoring headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue