martinrotter / textosaurus

Cross-platform text editor based on Qt and Scintilla.
GNU General Public License v3.0
284 stars 44 forks source link

Force PBKDF2 for key derivation phase on OpenSSL. #66

Closed martinrotter closed 5 years ago

martinrotter commented 5 years ago

see openssl enc -help

-iter +int Specify the iteration count and force use of PBKDF2

https://en.wikipedia.org/wiki/PBKDF2

EDIT: only available in openssl 1.1 - perhaps allow user to tweak arguments passed to openssl?