PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.2 User Guide
  Symmetric Encryption Filter Parameters
Added by Mark Falco, last edited by Mark Falco on Oct 31, 2006  (view change)

Labels

 
(None)

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".