String encoder, string converter and hash generator and hash converter. Get different hashes like MD5, SHA-1, ROT13, Base64, Urlencoded, ... and transform strings or count words and chars in strings.


MD5 Hash - Converter, Encoder, Decoder

This simple and fast MD5 hash generator can be used to create MD5 checksums of strings. This MD5 encoder is using PHP md5() function to create MD5 hashes.

It should NOT be used for security related data like password hashing. It can still be used as a checksum to verify data integrity.

MD5 (Message-Digest Algorithm 5) is a widely used hash function producing a 128-bit hash value. MD5 was designed by Ronald Rivest in 1991 and is specified in RFC 1321.

Check out the MD5 / SHA-1 Hash Decoder util.