Skip navigation links
B C G H O 

B

BCrypt - Class in org.mindrot.jbcrypt
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class org.mindrot.jbcrypt.BCrypt
 

C

checkpw(String, String) - Static method in class org.mindrot.jbcrypt.BCrypt
Check that a plaintext password matches a previously hashed one

G

gensalt(int, SecureRandom) - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply

H

hashpw(String, String) - Static method in class org.mindrot.jbcrypt.BCrypt
Hash a password using the OpenBSD bcrypt scheme

O

org.mindrot.jbcrypt - package org.mindrot.jbcrypt
 
B C G H O 
Skip navigation links

Copyright © 2016 mindrot.org. All rights reserved.