SAPO::Utility.Crypto->md5
This method will return a md5 hash of the input string.
This is static method.
Syntax
SAPO.Utility.Crypto.md5(string)
Compatibility
| All browsers | Yes |
Depends
Input Parameters
- (string) string : Input string
Sample
http://js.sapo.pt/SAPO/Utility/Crypto/sample/
Example
alert(SAPO.Utility.Crypto.md5('string to convert to md5 hash'));
Community feedback