haxe.crypto
| .. | |
|---|---|
| Base64 | Allows to encode/decode String and bytes using Base64 encoding. | 
| BaseCode | Allows to encode/decode String and bytes using a power of two base dictionary. | 
| Crc32 | Calculates the Crc32 of the given Bytes. | 
| HashMethod | Hash methods for Hmac calculation. | 
| Hmac | Calculates a Hmac of the given Bytes using a HashMethod. | 
| Md5 | Creates a MD5 of a String. | 
| Sha1 | Creates a Sha1 of a String. | 
| Sha256 | Creates a Sha256 of a String. |