UniDAC SQLite with Encryption
UniDAC SQLite with Encryption
Just wondering does UniDAC SQLite support encryption ?
Why?
I hope add sqlite encryption Function into Unidac. Example sqlite3_key() and sqlite3_rekey().
http://wxcode.sourceforge.net/components/wxsqlite3/
http://wxcode.sourceforge.net/components/wxsqlite3/
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
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
- 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