Used to specify the encryption key for working with an encrypted database.
property EncryptionKey: string stored False;
Use the EncryptionKey property to specify the encryption key for working with an encrypted database .
When working in Direct mode , the property is used to connect to an encrypted database or to encrypt a database using the EncryptDatabase method.
Otherwize, the appropriate encryption support has to be implemented in the SQLite client library that is used by TLiteConnection.