Package org.springframework.security.crypto.bcrypt


package org.springframework.security.crypto.bcrypt
  • Class
    Description
    BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
    Implementation of PasswordEncoder that uses the BCrypt strong hashing function.
    Stores the default bcrypt version for use in configuration.