Crypto

This program has functions to encrypt and decrypt data strings using the Microsoft Crypto API. It also allows you to generate an MD5 Hash of a string or blob.


Win API Functions used:

CryptAcquireContext
CryptBinaryToString
CryptCreateHash
CryptDecrypt
CryptDeriveKey
CryptDestroyHash
CryptDestroyKey
CryptEncrypt
CryptEnumProviders
CryptGenRandom
CryptGetDefaultProvider
CryptGetHashParam
CryptHashData
CryptReleaseContext
CryptStringToBinary
FormatMessage
GetLastError


——— Last updated 02/04/2016 ———