Desktop Database Connection Encryption Options

When Lucity programs connect to a SQL Server or Oracle database, they have to send login credentials. Because these credentials are usually sent out over a network, there is a possibility they could be intercepted.

Lucity provides several different options for managing configuration information.

Managing Database Connection Information

The connection encryption can be managed using:

Database Connection Encryption

Once an agency has decided how to manage the connection information, it can choose one of two methods for encrypting the connection credentials:

  1. Integrated security - Uses Windows authentication (through an active directory group) to encrypt and send connection credentials to the database.
  2. Unencrypted credentials - Give users access to a very limited set of stored procedures, rather than the entire database. The database password is saved in an unencrypted file.

 

Important: The ideal configuration is to use a Centrally Managed Desktop Gateway and Integrated Security.

Defaults

How to set up centrally managed integrated security

How to set up centrally managed unencrypted security