Package org.eclipse.jetty.util.security
Class UnixCrypt
- java.lang.Object
-
- org.eclipse.jetty.util.security.UnixCrypt
-
public class UnixCrypt extends Object
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)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcrypt(String key, String setting)Encrypts String into crypt (Unix) code.static voidmain(String[] arg)
-