Previous Topic: Enabling Security

Next Topic: Encrypt Administrator Passwords


Encryption

When sending the user login and password data, we recommend that this data be encrypted. The encryption security parameter located in the eurekify.properties file is as follows:

sage.security.disable.ssl.ADAuthentication=true

When this is set to True, Secure Sockets Layer (SSL) authentication is disabled.

When the parameter is set to False and SSL encryption is enabled, you have to supply the keystore file in the following security parameter:

sage.security.eurekify.keyStore.file=

The keystore file is a database that stores the private and public keys necessary for SSL encryption and decoding.