| Class | Description |
|---|---|
| BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme"
by Niels Provos and David Mazieres.
|
| BCryptPasswordEncoder |
Implementation of
PasswordEncoder based on BCrypt |
| EncodedPasswordStorage |
Represents the encoded hash value stored by an IdentityStore
|
| PBKDF2PasswordEncoder |
Implementation of
PasswordEncoder that uses PBKDF2 |
| SHAPasswordEncoder |
PasswordEncoder that uses SHA to encode passwords. |
Copyright © 2013. All Rights Reserved.