Symmetric Encryption Filter
The symmetric encryption filter supports the following parameters, see the encryption filters section for examples, or the com.tangosol.net.security.PasswordBasedEncryptionFilter JavaDocs for additional configuration details.
Parameters
| Parameter Name |
Value Description |
| password |
Specifies the raw material used to generate the secret key.
Preconfigured override is tangosol.coherence.security.password |
| salt |
Specifies the salt to use in deriving the key.
Default value is "nosecret". |
| iterations |
Specifies theiteration count to use in deriving the key.
Default value is 32. |
| algorithm |
Specifies the mechanism to use in deriving a secret key from the above material.
Default value is "PBEWithMD5AndDES". |