I want to derivate a hashed password using the Pbkdf2 algorithm.
Input: Password, Salt, HashAlgorithm, IterationCount
Output: Hash
How to perform this with the openssl command line? I found https://www.openssl.org/docs/manmaster/man7/EVP_KDF-PBKDF2.html, so openssl should be able to do it, but I cannot find any docs on which command line to use.