Class CombinedPasswordHasher

java.lang.Object
rs.baselib.crypto.CombinedPasswordHasher
All Implemented Interfaces:
PasswordHasher

public class CombinedPasswordHasher extends Object implements PasswordHasher
Implements a combined strategy to hash passwords.

The object will use a default ExtendedPasswordHasher in order to create hashes but will use all defined hashers to test a given password hash.

Since:
1.2.9
Author:
ralph
See Also: