bndw/pick

Use custom config for openpgp

leonklingele opened this issue · 4 comments

Use a custom config for openpgp.ReadMessage and openpgp.SymmetricallyEncrypt to:

  1. Use AES256 instead of the default AES128
  2. Increase S2KCount from 65536 to a higher value
bndw commented

#35 Will unblock this

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?

Merged in a84bdce. Thank you.