Used to specify the encryption algorithm for an encrypted database.
property EncryptionAlgorithm: TLiteEncryptionAlgorithm default DefaultEncryptionAlgorithm;
Use the EncryptionAlgorithm property to specify the encryption algorithm when connecting to an encrypted database , or the encryption algorithm that will be used to encrypt a database using the TLiteConnection.EncryptDatabase method. Also, the TLiteConnection.EncryptionKey property is used to specify the encryption key to open/encrypt a database.
Interacting with encrypted database only available in the Direct mode .