| Interface | Description | 
|---|---|
| PasswordEncryptor | The  PasswordEncryptorprovides 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 | PasswordEncryptorimplementation using base64 encoded SHA-512 password hashes | 
| ShaHashDigest | PasswordEncryptorimplementation using base64 encoded SHA password hashes | 
| Exception | Description | 
|---|---|
| PasswordEncryptionException | Exception thrown during the encryption process. | 
Copyright © 2018. All rights reserved.