You are currently browsing for
Md5 Tutorials
 | Md5 is a very easy way to encrypt any stirng data. Following example take and encrypts a string. Remember that you could not dencrypt any data after encryption. .
|
 | One of the many ways of hashing data using PHP is a function called md5 . md5 converts a string of text into a 32-character hash using a secret algorithm thus protecting the original source information. md5 hashed strings cannot be dehashed either which presents us with the novel problem of working out if two md5-hashed strings are equal. Learn here how to write a little test script: |