SYNSSL_RAND

File containing random data for Synergy SSL encryption

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET

The SYNSSL_RAND environment variable specifies a file that contains random data.

The path and name of a text file or an entropy-gathering device (if available on your system).

When encrypting sensitive data, Synergy DBMS uses random data to ensure that the data is secure, because random data helps prevent hackers from guessing patterns. For most systems, this random data can be gathered from recognized system entropy devices or from the screen itself, or from a temporary file filled with random logic. However, on some systems, these methods do not generate enough random data to seed cryptographic algorithms, and a “Cannot load random state” error is generated. To eliminate this error, you can define the SYNSSL_RAND environment variable to point at a file that will be used (as a last resort) to gather random data when encryption occurs.

The environment on the client and/or the server. On Windows, this environment variable can also be set in the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).

xfServer, xfServerPlus

On Windows,

set SYNSSL_RAND=c:\windows\random.txt

On Unix,

SYNSSL_RAND=/etc/entropy   ;export SYNSSL_RAND