Collection Contents Index -ec server option Next PDF

SQL Anywhere® Server - Database Administration  > The Database Server  > The SQL Anywhere database server  > Database server options

-ep server option


Prompts the user for the encryption key upon starting a strongly encrypted database.

Syntax

{ dbsrv10 | dbeng10 } -ep ...

Remarks

The -ep option instructs the database server to make a dialog box appear for the user to enter the encryption key for database started on the command line that require an encryption key. This server option provides an extra measure of security by never allowing the encryption key to be seen in clear text.

When used with the server, the user is prompted for the encryption key only if all of the following are true:

If you want to secure communication packets between client applications and the database server use the -ec server option and transport-layer security. See Transport-Layer Security.

See also
Example

The user is prompted for the encryption key when the myencrypted.db database is started:

dbsrv10 -ep -x tcpip myencrypted.db

Collection Contents Index -ec server option Next PDF