| |
|
| java.lang.Object org.apache.lenya.ac.Password
Password | public class Password (Code) | | Encrypt plain text password
Example: "message digest" becomes "f96b697d7cb7938d525a2f31aaf161d0" (hexadecimal notation (32 characters))
|
encrypt | public static String encrypt(String plain)(Code) | | Encrypt plain text password
Parameters: plain - plain text password encrypted password |
getMD5 | public static String getMD5(String plain)(Code) | | Returns the MD5 representation of a string.
Parameters: plain - The plain string. A string. |
|
|
|