SQL_OPTION NO_CRYPT_SYSTBL
In V10.3 and later, FairCom DB SQL system tables are encrypted by default to protect sensitive database meta data. Any of the advanced encryption algorithms can be specified, so for example you can protect these tables using AES with a 128-bit key.
To have system tables in clear text, SQL_OPTION NO_CRYPT_SYSTBL must be placed in ctsrvr.cfg before the database is created.