PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

iterations ? pbkdf2 #54

Open mitraed opened 6 years ago

mitraed commented 6 years ago

hi ! ive installed this, thank you for the effort into this. on this link its said this repo would enable me to use pbkdf2 and iterations via command line but i cant find it.. is it still supported here ? if yes id be happy for some guidance .

https://www.onwebsecurity.com/configuration/openssl-the-ansible-vault-using-pbkdf2.html openssl enc -pbkdf2 -pass pass:password -S 73616c74 -md sha256 -c 10000 -dklen 80

PeterMosmans commented 6 years ago

Hi @mitraed - thanks, no problem ;) Yes, it is still supported. Please check out the enc-pbkdf branch, and be aware that it's based on an (old) 1.0.2 branch. Having said that, it should still work ;)

Good luck,

Peter