Derives a key of any length from a password using the PBKDF2 algorithm from PKCS#5 v2.1.
Public Function pbeKdf2 ( _ dkBytes As Long, _ lpPwd() As Byte, _ lpSalt() As Byte, _ nCount As Long, _ Optional nOptions As Long = 0 _ ) As Byte()
PKI_HMAC_SHA1 PKI_HMAC_SHA224 PKI_HMAC_SHA256 PKI_HMAC_SHA384 PKI_HMAC_SHA512 PKI_HMAC_MD5