ZenMagick 0.9.6


org.zenmagick.authentication.provider.ZMPhPassAuthentication

Class ZMPhPassAuthentication

ZMPhPassAuthentication
All Implemented Interfaces:
ZMAuthentication

public class ZMPhPassAuthentication

PhPass authentication provider.

Uses PHPass.

Author:
DerManoMann
Version:
$Id: ZMPhPassAuthentication.php 2162 2009-04-16 04:42:04Z dermanomann $

Constructor Summary

ZMPhPassAuthentication()

Create instance.

Method Summary
void

encryptPassword(mixed plaintext, mixed salt)

{@inheritDoc} /

void

validatePassword(mixed plaintext, mixed encrypted)

{@inheritDoc} /

Constructor Detail

ZMPhPassAuthentication

public ZMPhPassAuthentication()

Create instance. /


Method Detail

encryptPassword

public void encryptPassword(mixed plaintext, mixed salt)

/


validatePassword

public void validatePassword(mixed plaintext, mixed encrypted)

/


ZenMagick 0.9.6