A collection of crypting and encoding functions from the community
Hashing:
- CRC32
- MD2, MD4, MD5
- SHA-1
- SHA-2 (SHA-256, SHA-384, SHA-512)
- HMAC (Checksums)
- PBKDF2 not yet included working implementation here
- Secure Salted (Checksums)
- Tiger
- Whirlpool
Hashing (Custom):
- Laszlo Hash (L64, L128)
- RSHash (Robert Sedgewick's string hashing algorithm)
En-/Decryption:
- 3DES
- AES
- Blowfish
- Caesar Cipher
- RC2
- RC4
- TEA (xxTEA)
- Vigenère Cipher
- XOR
- ROT5, ROT13, ROT18, ROT47
En-/Decryption (Custom):
- Div2
- nnnik21
- VxE (VxE-89, VxE-251)
- SoupRot
En-/Decoding:
- ASCII85
- ASCII / Binary
- Base64
- Bin / Hex
- Dec (2 to 36)
- URI/URL encode/decode
Bentschi, @AHK-just-me, @IsNull, @jNizM, @G33kDude, @joedf, @nnnik and others