Decrypt content using password-based encryption schemes with legacy algorithms supporting historical compatibility modes.
cryptography, decipher, decrypt, Jasypt, OpenSSL, PKCS5, PBES1
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Encryption Scheme | encryption-scheme |
| Password-Based Encryption Scheme including PBES1 described in RFC 8018, and others defined according to PKCS12 and Bouncy Castle implementations | |
Key Derivation Strategy | key-derivation-strategy |
| Strategy for reading salt from encoded contents and deriving the decryption key according to the number of function iterations | |
Password | password | Password required for Password-Based Encryption Schemes Sensitive Property: true |
Name | Description |
---|---|
success | Decryption succeeded |
failure | Decryption failed |
Name | Description |
---|---|
pbe.scheme | Password-Based Encryption Scheme |
pbe.symmetric.cipher | Password-Based Encryption Block Cipher |
pbe.digest.algorithm | Password-Based Encryption Digest Algorithm |