Interfaces

CheckIfRehashNeededHandlerInterface

Interface for a password handler which supports checking if the password requires rehashing

« More »

Classes

Argon2idHandler

Password handler for Argon2id hashed passwords

« More »

Argon2iHandler

Password handler for Argon2i hashed passwords

« More »

BCryptHandler

Password handler for BCrypt hashed passwords

« More »

ChainedHandler

Password handler supporting testing against a chain of handlers

« More »

MD5Handler

Password handler for MD5 hashed passwords

« More »

PHPassHandler

Password handler for PHPass hashed passwords

« More »