Package com.sshtools.common.util
Class BCryptKDF
java.lang.Object
com.sshtools.common.util.BCryptKDF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]bcrypt_pbkdf(byte[] pass, byte[] salt, int keylen, int rounds)
-
Constructor Details
-
BCryptKDF
public BCryptKDF()
-
-
Method Details
-
bcrypt_pbkdf
public static byte[] bcrypt_pbkdf(byte[] pass, byte[] salt, int keylen, int rounds) throws NoSuchAlgorithmException - Throws:
NoSuchAlgorithmException
-