public class BCryptKDF extends Object
Constructor and Description |
---|
BCryptKDF() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
bcrypt_pbkdf(byte[] pass,
byte[] salt,
int keylen,
int rounds) |
public static byte[] bcrypt_pbkdf(byte[] pass, byte[] salt, int keylen, int rounds) throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2024. All rights reserved.