Often a Credential is related to a Password via a one way algorithm, so while a Password itself is a Credential, a UnixCrypt or MD5 digest of a a password is only a credential that can be checked against the password.
This class includes an implementation for unix Crypt an MD5 digest. @see Password @version $Id: Credential.java,v 1.7 2005/08/13 00:01:28 gregwilkins Exp $ @author Greg Wilkins (gregw)
|
|
|
|