| CryptoHelper Class |
Namespace: CMS.Helpers.Internal
public static class CryptoHelper
The CryptoHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesToHexa |
Converts byte array to string of hexadecimal digits (each byte is represented by 2 digits).
The length of the string is truncated to truncateToLength, if specified.
No boundary check is performed.
| |
| GetHashAlgorithm |
Gets default hash algorithm.
| |
| HexaToBytes |
Converts string of hexadecimal digits (each byte is represented by 2 digits) to a byte array.
|