public class BcryptUtils extends Object
static boolean
checkpw(String pasword, String encrypedPassword)
static String
encrypt(String password)
encrypt(String password, int saltLogRrounds)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String encrypt(String password)
public static String encrypt(String password, int saltLogRrounds)
public static boolean checkpw(String pasword, String encrypedPassword)