public final class PasswordHashCreatorPBKDF2_SHA256_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, m_sPBKDF2AlgorithmName| Constructor and Description |
|---|
PasswordHashCreatorPBKDF2_SHA256_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–2021 Philip Helger. All rights reserved.