Derives a hex-encoded key of any length from a password using the PBKDF2 algorithm from PKCS#5 v2.1. The salt and derived key are encoded in hexadecimal.
Public Function pbeKdf2Hex ( _ dkBytes As Long, _ szPwd As String, _ szSaltHex As String, _ nCount As Long, _ nOptions As Long _ ) As String
API_HMAC_SHA1 API_HMAC_SHA224 API_HMAC_SHA256 API_HMAC_SHA384 API_HMAC_SHA512 API_HMAC_MD5