Database encryption: $HCISITEDIR/siteSecurityInfo
These keys for the raima/error/SMAT databases are saved into siteSecurityInfo:
dbencryption=
internaldbkey
errordbencryption=
errordbkey=
smatencrypted=
smatdriver=
smatdbkey=
Decryption
Cloverleaf internal database configuration:
dbencryption
is the encryption/decryption flag for the internal database. This includes the recovery database, and others.0
: Plain text database files.1
: Encrypted database files.
internaldbkey
is the internal database encryption key.If
dbencryption
is set andinternaldbkey
is blank, then the default encryption key is used.
Cloverleaf error database configuration:
errordbencryption
is the encryption/decryption flag for the sqlite error database.0
: Plain text database files.1
: Encrypted database files.
errordbkey
is the error database encryption key.If
errordbencryption
is set anderrordbkey
is blank, then the default encryption key is used.
SMAT database configuration:
smatencrypted
determines if the SMAT database is encrypted. The default is encrypted.0
indicates not encrypted.1
indicates encrypted.
smatdriver
is the SMAT driver type. The default is sqlite.file
indicates the SMAT file in which SMAT messages are stored.sqlite
indicates that SMAT messages are stored in the SMAT database.smatdbkey
is the SMAT database encryption key. By default, this is not used if blank.
Note:
smatencrypted=1
and smatdriver=file
are an
invalid combination.