info.informatica.security.auth
Class CryptMD5Variant
java.lang.Object
info.informatica.security.auth.CryptScheme
info.informatica.security.auth.CryptMD5Variant
public class CryptMD5Variant
- extends CryptScheme
This class implements a variant of the usual MD5 cryptographic
hash, and is NOT compatible with the MD5 hashes around.
- Author:
- Carlos Amengual (amengual at informatica.info)
CryptMD5Variant
public CryptMD5Variant()
- 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