ZMSha1Authentication
public class ZMSha1Authentication
| Field Summary | |
|---|---|
| final int | Number of characters taken from the given salt to encrypt the password. |
| Method Summary | |
|---|---|
| void | encryptPassword(mixed plaintext, mixed salt) {@inheritDoc} |
| void | validatePassword(mixed plaintext, mixed encrypted) {@inheritDoc} |
public final int SALT_LENGTH = 9
Number of characters taken from the given salt to encrypt the password.
public void encryptPassword(mixed plaintext, mixed salt)
public void validatePassword(mixed plaintext, mixed encrypted)
Sha1 authentication provider.