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