The CYICryptoUtility class contains utilities that are cryptographic in nature.
#include <utility/YiCryptoUtility.h>
Public Member Functions | |
| CYICryptoUtility ()=delete | |
Static Public Member Functions | |
| static CYIString | MD5 (const CYIString &data) |
| static CYIString | SHA1 (const CYIString &data) |
| static CYIString | SHA256 (const CYIString &data) |
|
delete |
Produces a hexademical string representation of the MD5 hash of the input rData
Produces a hexademical string representation of the SHA1 hash of the input rData
Produces a hexademical string representation of the SHA256 hash of the input rData