| | Class | Description |
| | Adler32 |
Adler-32 is a modification of the Fletcher checksum. |
| | Blowfish |
Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. |
| | CRC32 |
A cyclic redundancy check (CRC) is a non-secure hash function designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. |
| | MD5 |
Encrypt a string with the MD5 algorithm. |
| | RXOR |
XOR Encryption is a popular encryption algorithm that is used in many browsers and it is blatantly simpleand fairly secure. |
| | SHA1 |
SHA-1 is one of the most secure hash algorithms. |
| | SHA256 |
A cryptographic hash (sometimes called ‘digest’) is a kind of ‘signature’ for a text or a data file. |
| | TEA |
Wheeler & Needham’s Tiny Encryption Algorithm is a simple but powerful encryption algorithm (based on a ‘Feistel cipher’). |
| | Vigenere |
The Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword. |