BCrypt

This program uses the next generation cryptography API introduced with Windows Vista and Windows Server 2008. It supports hashing, encryption, and HMAC (hashing with password).


Win API Functions used:

BCryptCloseAlgorithmProvider
BCryptCreateHash
BCryptDecrypt
BCryptDestroyHash
BCryptDestroyKey
BCryptEncrypt
BCryptFinishHash
BCryptGenerateSymmetricKey
BCryptGenRandom
BCryptGetProperty
BCryptHashData
BCryptOpenAlgorithmProvider
CloseHandle
CreateFile
CryptBinaryToString
CryptStringToBinary
FormatMessage
GetLastError
ReadFile
TzSpecificLocalTimeToSystemTime
WriteFile


——— Last updated 09/30/2021 ———