Strong database encryption technology makes a database inoperable and inaccessible without a key (a type of a password). An algorithm encodes the information contained in your database and transaction log files so they cannot be deciphered. However, database encryption requires that you deploy the appropriate number of files with your database.
When you connect to UltraLite with the -fips option, you can run databases encrypted with AES or AES_FIPS strong encryption. To ensure you are running with AES_FIPS, use -fips=1.
If you are encrypting your database with AES FIPS encryption, you must configure and deploy your device for each platform.
Create an UltraLite database with the property fips=1. See UltraLite fips creation parameter.
Use the following connection parameter in your application's connection string: DBKEY=key. See UltraLite DBKEY connection parameter.
On Palm OS, enable database encryption by calling ULEnableRsaFipsStrongEncryption. See ULEnableFIPSStrongEncryption function.
On Palm OS, ensure that you link to the following files in addition to ulrt.lib:
Ensure that you deploy the appropriate files to your device.
Windows desktop, Windows Mobile, require ulfips11.dll and sbgse2.dll. The Windows Mobile component also requires the component DLL files.
Palm OS requires libsbgse_4i.prc.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |