rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
201 stars 55 forks source link

Add command line parameters for s2k parameters selection #531

Closed ni4 closed 2 years ago

ni4 commented 7 years ago

Description

Currently we use default iteration count, s2k type and hash/symmetric algorithms for s2k parameters. Command-line parameters should be added to control the iteration count, type of s2k, forcing of key wrapping in ESK, whatever else.

ni4 commented 2 years ago

This is already implemented for rnpkeys and there is a separate issue #1608 for rnp. So closing this.