Encrypts the file with an encryption API supplied by Microsoft. The file can only be used by SQL Anywhere database servers
or tools on the same computer on which the file was encrypted. Only the user who encrypted the file can use the file. This
option is only supported on Windows.
-wm
Encrypts the file with an encryption API supplied by Microsoft. The file can only be used by SQL Anywhere database servers
or tools on the same computer on which the file was encrypted. Any user on the computer where the file was encrypted can read
the file. This option is only supported on Windows.
Configuration files are used by some utilities to hold command line options. These options may contain a password. You can
use the File Hiding utility to add simple encryption to configuration files, and to .ini files used by SQL Anywhere and its utilities, and thereby obfuscate the contents of the file. The original file will not
be modified. Once you add simple encryption to a file, there is no way to remove it. To make changes to an obfuscated file,
you must keep a copy of the original file that you can modify and obfuscate again.
Create a configuration file that starts the personal database server and the sample database. It should set a cache of 10
MB, and name this instance of the personal server Elora. The configuration file would be written as follows:
# Configuration file for server Elora
-n Elora
-c 10M
samples-dir\demo.db
(Note that lines beginning with # are treated as comments.)