Botan

PBKDF1

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  PKCS5_PBKDF1: botan.pbkdf.pbkdf.PBKDF;

PKCS #5 v1 PBKDF, aka PBKDF1 Can only generate a key up to the size of the hash output. Unless needed for backwards compatability, use PKCS5_PBKDF2


this(HashFunction hash_input);

Create a PKCS #5 instance using the specified hash function.

Parameters
HashFunction hash_input pointer to a hash function object to use