UltraLite Database User's Guide
UltraLite Databases
Encrypting UltraLite databases
To encrypt an UltraLite database, you supply an encryption key when you create the database (that is, on the first connection attempt). The supplied key is used to encrypt the database. On subsequent attempts, the supplied key is checked against the encryption key, and connection fails unless the key matches.
UltraLite for MobileVB See Encryption and obfuscation.
UltraLite ActiveX See Encryption and obfuscation.
Native UltraLite for Java See ianywhere.native_ultralite.ConnectionParms in the API Reference.
UltraLite.NET See ConnectionParms class in the UltraLite.NET API Reference.
UltraLite for C++ See UltraLite_Connection_iface in the UltraLite for C++ API Reference.
UltraLite for embedded SQL See Encrypting UltraLite databases.
UltraLite static C++ See Encrypting UltraLite databases.
UltraLite static Java See Encrypting UltraLite databases.