Package org.forgerock.opendj.security.hash.bcrypt
package org.forgerock.opendj.security.hash.bcrypt
Classes and interfaces providing hashing functionality for Bcrypt algorithm.
-
ClassDescriptionBCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.Implementation of a
PasswordEncodingServicethat supports the Bcrypt hashing algorithm.A request to encode a password according to the Bcrypt algorithm.Implementation of aBcryptPasswordEncodingServicethat computes the hashes locally.Implementation of aBcryptPasswordEncodingServicethat offloads the computation of the hashes locally.