MD5 Hash Generator
Convert your text / string to MD5 hash string.
About MD5
MD5 is used as a cryptographic hash function, its use is to verify data integrity, for example, you may store these values into a database saved as passwords etc, and in your application, you can verify the passwords using the MD5 hash function.
The MD5 hash string cannot be decrypted if you generate a complicated string, websites that claim to decrypt MD5 hash strings store user submitted or dictionary values into a database, words such as "hello" are easy to decrypt because that's a word in the dictionary, if you were to try and decrypt "hello92283" it would be near impossible in most cases.