MD5
Description
This function calculates the MD5 128-bit value for a string.
Syntax:
MD5(str)
Example
MySQL [(none)]> select md5("abc");
+----------------------------------+
| md5('abc') |
+----------------------------------+
| 900150983cd24fb0d6963f7d28e17f72 |
+----------------------------------+
1 row in set (0.013 sec)
Keywords
MD5