Here you can convert simple texts to its MD5 hash value. MD5 is a cyptographic hash it is generated by reading the text entered by the user into a string and encoding it in 128-bit encrpytion. MD5 Hash is widely used for storing passwords on a database you can't possibly store your users password into a plain text. MD5 Hash will help you securing your passwords so only your system will be able to decrpyt it.