Hi Marek, > Thanks Ulrich, but I think that goes beyond the scope of my knowledge > and tools I have available to me. > > I wish somebody (who has C++ knowledge) has done it already and > released version of SQLite with encrypt and decrypt functionality.
Well, there is a prebuilt DLL with encryption support for Windows bundled with wxSQLite3. > You make it sound like it shouldn't be a problem for someone who knows > C++. But I am expecting a catch somewhere, otherwise why would there be > commercial versions of SQLite which has this functonality. The catch is that for non-commercial solutions you don't have a guarantee *how* secure your encrypted database will be. The weak point of encryption is how the encryption key is generated and whether it's hard to crack or not. I have no proof how secure my solution is but the encryption key is generated in much the same way as it is for Adobe PDF. So I guess what's good enough for PDF should be good enough for SQLite. But I won't give you a guarantee. > If you don't mind one more off topic question. You seem to have > experience with wxWidgets. In tandem with wxPython is that a better > tool to use than just Python and Tkinter. Which route is the easier > one for a beginner in this language? Although I know wxWidgets quite well I can't give a qualified answer to your question since I'm using C++ almost exclusively. But I heard wxPython to be very usable. Regards, Ulrich ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------