linotp.lib.crypto.pbkdf2 module

inplace replacement for the former used library method

linotp.lib.crypto.pbkdf2.pbkdf2(password, salt, dk_length, iterations=1000, hashfunc=<built-in function openssl_sha1>)