Page 1 of 1

UniDAC SQLite with Encryption

Posted: Wed 24 Jun 2009 18:52
by munggaran
Just wondering does UniDAC SQLite support encryption ?

Posted: Thu 25 Jun 2009 07:19
by Plash
UniDAC does not support SQLite encryption.

Posted: Fri 05 Mar 2010 05:43
by daizhicun
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.

Why?

Posted: Fri 05 Mar 2010 05:45
by capelin
I hope add sqlite encryption Function into Unidac. Example sqlite3_key() and sqlite3_rekey().

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

Posted: Sat 13 Mar 2010 15:04
by capelin
why not?

Posted: Mon 15 Mar 2010 13:50
by Challenger
We will consider the possibility to implement similar functionality in UniDAC in the near future.

Posted: Fri 21 May 2010 19:02
by dkittell
I would be willing to pay for this update if it could be done.

Posted: Tue 17 Aug 2010 12:53
by dkittell
Any update on this?

Posted: Tue 31 Aug 2010 16:51
by dkittell
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.

Posted: Thu 02 Sep 2010 13:55
by bork
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