Interface | Description |
---|---|
PasswordEncryptor |
The
PasswordEncryptor provides the api to customize
the encryption of passwords. |
SaltGenerator |
Class | Description |
---|---|
Base64EncodedHashDigest | |
Base64EncodedSaltGenerator | |
DatabasePrefixHandler |
In order to distinguish between the used hashed algorithm
for the password encryption, as prefix is persisted with the
encrypted to the database.
|
Default16ByteSaltGenerator | |
PasswordManager |
Different Camunda versions use different hashing algorithms.
|
SecurityLogger | |
Sha512HashDigest |
PasswordEncryptor implementation using base64 encoded SHA-512 password hashes |
ShaHashDigest |
PasswordEncryptor implementation using base64 encoded SHA password hashes |
Exception | Description |
---|---|
PasswordEncryptionException |
Exception thrown during the encryption process.
|
Copyright © 2022. All rights reserved.