public class Hex:
import klyn.cryptography
hexValue = Hex.encodeText("hello")
print(Hex.decodeToText(hexValue))| Modifier and Type | Member | Description |
|---|---|---|
| public static | decodeToTextdecodeToText(value as String) as String throws CryptoException: |
Decodes a hexadecimal string to text. |
| public static | encodeTextencodeText(text as String) as String throws CryptoException: |
Encodes a text value as hexadecimal. |