openssl
openssl copied to clipboard
iterations ? pbkdf2
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
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