Re: [sqlite] SQLite encription

2009-10-19 Thread Francisc Romano
I didn't think it did, I will search for this. Thank you! ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite encription

2009-10-19 Thread D. Richard Hipp
On Oct 19, 2009, at 9:49 AM, Francisc Romano wrote: > Hmm, well the thing is I am building an app that runs on Adobe AIR > which has > native support for SQLite. > > I am looking for an internal solution. Like setting a user&password > auth for > the SQLite database file to allow/deny acces?

Re: [sqlite] SQLite encription

2009-10-19 Thread Francisc Romano
Hmm, well the thing is I am building an app that runs on Adobe AIR which has native support for SQLite. Involving third-party software would probably involve having to install it on the computers of various users of the application which would complicate things a bit too much. I am looking for an

Re: [sqlite] SQLite encription

2009-10-19 Thread Adam DeVita
One can use a 3rd party tool such as a Alladdin HASP key. This encrypts the application, and optionally the database file too. The drivers for the program won't execute a program if it detects a debugger. This solution is of course limited to operating systems with the available drivers. Once n

Re: [sqlite] SQLite encription

2009-10-18 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Slavin wrote: > It happened again. DRH explained to me last time I asked. If someone > posts from an address that isn't on this list, there's a delay before > the post shows up because it waits for moderator approval. In the > meantime t

Re: [sqlite] SQLite encription

2009-10-18 Thread Simon Slavin
On 19 Oct 2009, at 1:42am, Roger Binns wrote: > Francisc Romano wrote: >> Is it possible to encript SQLite databases so that they cannot be >> referenced >> outside the program that uses it? >> If not, can you set a user and password for a SQLite database? > > The answer has not changed from wh

Re: [sqlite] SQLite encription

2009-10-18 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francisc Romano wrote: > Is it possible to encript SQLite databases so that they cannot be referenced > outside the program that uses it? > If not, can you set a user and password for a SQLite database? The answer has not changed from when you asked a

[sqlite] SQLite encription

2009-10-18 Thread Francisc Romano
Hello! Is it possible to encript SQLite databases so that they cannot be referenced outside the program that uses it? If not, can you set a user and password for a SQLite database? Thank you! ___ sqlite-users mailing list sqlite-users@sqlite.org http:/

Re: [sqlite] SQLite encription

2009-10-17 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francisc Romano wrote: > Is it possible to encript SQLite databases so that they cannot be referenced > outside the program that uses it? The SQLite database file has to be accessible to the program using SQLite so no matter what you do, a malicious u

Re: [sqlite] SQLite encription

2009-10-17 Thread Simon Slavin
On 17 Oct 2009, at 1:11am, Francisc Romano wrote: > Is it possible to encript SQLite databases so that they cannot be > referenced > outside the program that uses it? > If not, can you set a user and password for a SQLite database? The head honcho of SQLite runs a company that has a product wh

[sqlite] SQLite encription

2009-10-17 Thread Francisc Romano
Hello! Is it possible to encript SQLite databases so that they cannot be referenced outside the program that uses it? If not, can you set a user and password for a SQLite database? Thank you! ___ sqlite-users mailing list sqlite-users@sqlite.org http://