Learn Md5() Encryption Php
|
Popularity: (441)
Tags: php encryption md5 Link: Visit It >> |
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: