Package org.camunda.bpm.engine.impl.digest
package org.camunda.bpm.engine.impl.digest
-
ClassDescriptionIn order to distinguish between the used hashed algorithm for the password encryption, as prefix is persisted with the encrypted to the database.Exception thrown during the encryption process.The
PasswordEncryptor
provides the api to customize the encryption of passwords.Different Camunda versions use different hashing algorithms.PasswordEncryptor
implementation using base64 encoded SHA-512 password hashesPasswordEncryptor
implementation using base64 encoded SHA password hashes