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
PasswordEncodingService
that supports the Bcrypt hashing algorithm.A request to encode a password according to the Bcrypt algorithm.Implementation of aBcryptPasswordEncodingService
that computes the hashes locally.Implementation of aBcryptPasswordEncodingService
that offloads the computation of the hashes locally.