public class BCrypt
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
byte[]
crypt_raw(byte[] byteArray,
byte[] byteArray2,
int int1,
int[] intArray)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
crypt_raw
public byte[] crypt_raw(byte[] byteArray,
byte[] byteArray2,
int int1,
int[] intArray)
-
-
-
gensalt
public static String gensalt(int int1)
-
gensalt
public static String gensalt()
-
checkpw
public static boolean checkpw(String string,
String string2)