Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How does one password an sqlLite database or how does one create a passworded sqlLite database?Google could not help me.
Posted

1 solution

What did you ask Google? This search[^] offers good information in the first two answers. Although you need to be prepared to do some work as this feature is not a standard part of SQLite.
 
Share this answer
 
Comments
Albert Holguin 6-Nov-14 14:41pm    
+5
Gbenbam 7-Nov-14 11:53am    
I have seen these results. Most of the relevant existing encryption , like SEE, is either not free or not free for windows.
Richard MacCutchan 7-Nov-14 12:15pm    
Well that is not something that we can solve for you.
Gbenbam 7-Nov-14 21:00pm    
well that was why I said google could not help.What I need is guidiance to do the encrypting by myself and not have to pay for an encryption code.
Richard MacCutchan 8-Nov-14 3:57am    
OK, then you need to write your own encryption code to handle the data before it is added to the database, or use the hooks in the source code. Windows has full support for cryptography documented at http://msdn.microsoft.com/en-us/library/windows/desktop/aa380255(v=vs.85).aspx. And once again, Google is the place to find samples and tutorials.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900