Use custom config for openpgp
leonklingele opened this issue · 4 comments
leonklingele commented
Use a custom config for openpgp.ReadMessage
and openpgp.SymmetricallyEncrypt
to:
- Use
AES256
instead of the defaultAES128
- Increase
S2KCount
from65536
to a higher value
bndw commented
@leonklingele We should now have the ability to expose this configuration through the config file, in encryption.settings
.
For example:
[encryption]
type = "aes-openpgp"
[encryption.settings]
hash = "sha256"
...
Is this something you'd like to contribute?
leonklingele commented
See #48
leonklingele commented
Merged in a84bdce. Thank you.