

Set the Password property of TABSDatabase component to enable opening encrypted databaseĬall the Open method or set the Connected property to True. You can open an encrypted database file by the following steps: Set the CryptoAlgorithm property (optional). Set the Password property of TABSDatabase component. Set the DatabaseName and the DatabaseFileName of TABSDatabase component. You can create an encrypted database file by the following steps:

In application code the database encryption could be configured by setting Password and CryptoAlgorithm properties of TABSDatabase component and its ChangeDatabaseSettings method. You can encrypt / decrypt database file via Absolute Database DBManager utility (.\AbsoluteDatabase\Ultils\Bin\DBManager.exe).

You can use the strong encryption feature to protect your data from anauthorized users. Absolute Database provides easy-to-use and seamless database file encryption.
