|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectokapi.util.JCrypt
public class JCrypt
Unix Crypt command in java. See John Dumas's Java Crypt page for the original source, or search for "Eric Young unix crypt" for many other copies. License unclear, believed to be BSD as is Eric Young's version.
| Method Summary | |
|---|---|
static java.lang.String |
crypt(java.lang.String salt,
java.lang.String original)
Encrypt a String given the cleartext string and a "salt". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final java.lang.String crypt(java.lang.String salt,
java.lang.String original)
salt - A two-character String representing the salt used for the
encryption.original - The String to be encrypted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||