Deploy UltraLite with AES_FIPS database encryption

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.

 To set up your application and device for an AES FIPS encrypted UltraLite database
  1. Create an UltraLite database with the property fips=1. See UltraLite fips creation parameter.

  2. Use the following connection parameter in your application's connection string: DBKEY=key. See UltraLite DBKEY connection parameter.

  3. Ensure that you deploy the appropriate files to your device.

    Windows desktop, Windows Mobile, require ulfips12.dll and sbgse2.dll. The Windows Mobile component also requires the component DLL files.

 See also