Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

This MD5 hash generator is useful for encoding passwords, credit cards numbers and

other sensitive date into MySQL, Postgress or other databases. PHP programmers, ASP
programmers and anyone developing on MySQL, SQL, Postgress or similar should find
this online tool an especially handy resource.

What is an MD5 hash?


An MD5 hash is created by taking a string of an any length and encoding it into a
128-bit fingerprint. Encoding the same string using the MD5 algorithm will always
result in the same 128-bit hash output. 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. This tool provides a quick and easy way to
encode an MD5 hash from a simple string of up to 256 characters in length.

MD5 hashes are also used to ensure the data integrity of files. Because the MD5
hash algorithm always produces the same output for the same given input, users can
compare a hash of the source file with a newly created hash of the destination file
to check that it is intact and unmodified.

An MD5 hash is NOT encryption. It is simply a fingerprint of the given input.


However, it is a one-way transaction and as such it is almost impossible to reverse
engineer an MD5 hash to retrieve the original string.

5f90102c7cc3683b5be64c5a90c88e1e6dff1a8a
4aba18ef0bb16134082afd2fac088b41

1897c218c29fabbe764176b2ce8cfa82
bba339e5bbb15de5c7192af961ead525233ade1c

c589724ae20c53a9274809e5a503b12f
e3f09e2d0a91983081c0e4fbc40e6be8ed0b7353

69cb1d029b147ee694dbeccb5d131438
3412e8a53739d8742aa4404bd20454e1ce28d338

You might also like