UniDAC SQLite with Encryption

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

UniDAC SQLite with Encryption

Post by munggaran » Wed 24 Jun 2009 18:52

Just wondering does UniDAC SQLite support encryption ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 25 Jun 2009 07:19

UniDAC does not support SQLite encryption.

daizhicun
Posts: 109
Joined: Thu 21 Jan 2010 11:49

Post by daizhicun » Fri 05 Mar 2010 05:43

i read the codes of unidac about sqlite;

i find that it do not have function :sqlite3_rekey

why not support it?

it is not a difficult work for adding this function.

capelin
Posts: 14
Joined: Fri 05 Mar 2010 05:39

Why?

Post by capelin » Fri 05 Mar 2010 05:45

I hope add sqlite encryption Function into Unidac. Example sqlite3_key() and sqlite3_rekey().

http://wxcode.sourceforge.net/components/wxsqlite3/

capelin
Posts: 14
Joined: Fri 05 Mar 2010 05:39

Post by capelin » Sat 13 Mar 2010 15:04

why not?
Last edited by capelin on Sat 13 Mar 2010 15:05, edited 1 time in total.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 15 Mar 2010 13:50

We will consider the possibility to implement similar functionality in UniDAC in the near future.

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Fri 21 May 2010 19:02

I would be willing to pay for this update if it could be done.

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Tue 17 Aug 2010 12:53

Any update on this?

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Tue 31 Aug 2010 16:51

I am at a point that I am looking for a different component that will support SQLite encryption.

ZeosLib looks promising, I'd prefer for devart to support this as this is what I paid for but ZeosLib is open source so to switch to it at least won't cost money.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Thu 02 Sep 2010 13:55

I opened the SQLite site http://www.sqlite.org/ and tried to find any information about login, password, or encryption. I found nothing, because standard SQLite doesn't support these options. There are many third-party extensions that allow to use login and password or encryption Each extension has its own interface. To help you we need to know all information about your SQLite DLL:
- Who is developed your SQLite DLL with login and password support
- Link to download this DLL (if it's free as you said)
- Link to documentation for this DLL. Because we need to know which additional API function was added to this DLL that is not available in the standard DLL

Post Reply