info.informatica.security.auth
Class CryptDES
java.lang.Object
info.informatica.security.auth.CryptScheme
info.informatica.security.auth.CryptDES
public class CryptDES
- extends CryptScheme
This class has not been tested against other DES implementations.
If you are using another DES, it may or may not be compatible with
it.
- Author:
- Carlos Amengual (amengual at informatica.info)
|
Constructor Summary |
CryptDES()
Constructor |
CryptDES
public CryptDES()
- Constructor
main
public static void main(String[] args)
getSchemeId
public String getSchemeId()
- Specified by:
getSchemeId in class CryptScheme
getUnixPrefix
public String getUnixPrefix()
- Specified by:
getUnixPrefix in class CryptScheme
crypt
public String crypt(String pass,
String salt)
- Specified by:
crypt in class CryptScheme