martinrotter/textosaurus

Force PBKDF2 for key derivation phase on OpenSSL.

martinrotter opened this issue · 0 comments

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?