Encryption OsX

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 3
Joined: Fri 05 Aug 2011 10:36

Encryption OsX

Post by [email protected] » Mon 26 Dec 2016 09:36

There seems to be no support fro encryption on OSX. database encrypted or malfunctioning.
Is this real - or because I'm using the trial version? I'm owning UNI Dac - but trying Lite Version for the encryption reason. The whole file has to be encrypted - tables only is unusable.
If not working - has anyone an alternitive. I must use encryption - on PC and Mac.
Thanx in advance

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Encryption OsX

Post by MaximG » Tue 27 Dec 2016 16:03

You can use encryption when developing applications for Windows and MacOS using LiteDAC. LiteDAC supports two encryption methods : at the level of individual table fields ( https://www.devart.com/litedac/docs/?encryption.htm ) and encrypting the whole DB file (https://www.devart.com/litedac/docs/?encryption.htm). An alternative solution is to use a client library with encryption functions support, for example the following one : http://www.hwaci.com/sw/sqlite/see.html . Please specify what encryption method you are using in your project. What problems occur in your application when using LiteDAC ?

Post Reply