Encrypt the connected database with the encryption key specified.
procedure EncryptDatabase(NewEncryptionKey: string);
When working in the Direct mode , the TLiteConnectionOptions.EncryptionAlgorithm property should be used to specify the encryption algorithm to encrypt the database .
Otherwize, the appropriate encryption support has to be implemented in the SQLite client library that is used by TLiteConnection.
Note: The EncryptDatabase method can be used only for the already connected database.