Encrypts a string using various algorithms (e.g. Blowfish, DES, TripleDES, Enigma). This tool uses the mcrypt_encrypt() function in PHP, so for more infos about the parameters used check the manual.

You might also like the online encrypt tool.


(if you don't know what mode means, click here or don't worry about it)

Supported algorithms

Algorithms supported: Cast-128, Gost, Rijndael-128, Twofish, Arcfour, Cast-256, Loki97, Rijndael-192, Saferplus, Wake, Blowfish-compat, Des, Rijndael-256, Serpent, Xtea, Blowfish, Enigma, Rc2, Tripledes.

Modes supported: CBC, CFB, CTR, ECB, NCFB, NOFB, OFB.