package haxe.crypto
| .. | |
|---|---|
| Adler32 | Calculates the Adler32 of the given Bytes.  | 
| Base64 | Allows one to encode/decode String and bytes using Base64 encoding.  | 
| BaseCode | Allows one 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.  | 
| Sha224 | Creates a Sha224 of a String.  | 
| Sha256 | Creates a Sha256 of a String.  |