| java.lang.Object org.mortbay.jetty.security.UnixCrypt
UnixCrypt | public class UnixCrypt extends Object (Code) | | Unix Crypt.
Implements the one way cryptography used by Unix systems for
simple password protection.
version: $Id: UnixCrypt.java,v 1.1 2005/10/05 14:09:14 janb Exp $ author: Greg Wilkins (gregw) |
crypt | public static String crypt(String key, String setting)(Code) | | Encrypts String into crypt (Unix) code.
Parameters: key - the key to be encrypted Parameters: setting - the salt to be used the encrypted String |
|
|