MD5 hashes are commonly used with smaller strings when storing passwords, credit card numbers or other sensitive data in databases such as the popular MySQL. Encoding the same string using the MD5 algorithm will always result in the same 128-bit hash output. What is an MD5 hash?Īn MD5 hash is created by taking a string of an any length and encoding it into a 128-bit fingerprint. PHP programmers, ASP programmers and anyone developing on MySQL, SQL, Postgress or similar should find this online tool an especially handy resource.
This MD5 hash generator is useful for encoding passwords, credit cards numbers and other sensitive date into MySQL, Postgress or other databases.