@Deprecated 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
Deprecated.
|
static int |
HASH_BYTE_SIZE
Deprecated.
|
static int |
PBKDF2_ITERATIONS
Deprecated.
|
m_nHashBytes, m_nIterations, m_sPBKDF2AlgorithmName| Constructor and Description |
|---|
PasswordHashCreatorPBKDF2_1000_48()
Deprecated.
|
createPasswordHash, pbkdf2, requiresSaltgetAlgorithmName, toStringpublic static final String ALGORITHM
public static final int PBKDF2_ITERATIONS
public static final int HASH_BYTE_SIZE
Copyright © 2016–2021 Philip Helger. All rights reserved.