public final class PasswordHashCreatorPBKDF2_1000_48 extends AbstractPasswordHashCreatorPBKDF2
IPasswordHashCreator that requires
a salt and uses the PBKDF2 algorithm with 1000 iterations and 48 bytes hash
size.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM |
static int |
HASH_BYTE_SIZE |
static int |
PBKDF2_ITERATIONS |
m_nHashBytes, m_nIterations, PBKDF2_ALGORITHM| Constructor and Description |
|---|
PasswordHashCreatorPBKDF2_1000_48() |
createPasswordHash, pbkdf2, requiresSaltgetAlgorithmName, toStringpublic static final String ALGORITHM
public static final int PBKDF2_ITERATIONS
public static final int HASH_BYTE_SIZE
Copyright © 2016–2019 Philip Helger. All rights reserved.