ZenMagick 0.9.6


org.zenmagick.authentication.provider.ZMSha1Authentication

Class ZMSha1Authentication

ZMSha1Authentication
All Implemented Interfaces:
ZMAuthentication

public class ZMSha1Authentication

Sha1 authentication provider.

Author:
DerManoMann
Version:
$Id: ZMSha1Authentication.php 1966 2009-02-14 10:52:50Z dermanomann $

Field Summary
final mixed

SALT_LENGTH

Method Summary
void

encryptPassword(mixed plaintext, mixed salt)

{@inheritDoc} /

void

validatePassword(mixed plaintext, mixed encrypted)

{@inheritDoc} /

Field Detail

SALT_LENGTH

public final mixed SALT_LENGTH = 9

Method Detail

encryptPassword

public void encryptPassword(mixed plaintext, mixed salt)

/


validatePassword

public void validatePassword(mixed plaintext, mixed encrypted)

/


ZenMagick 0.9.6