Hello,
I have a very large SQLite 3 DB (around 1 GB). I have a need to open the DB and then encrypted it with a password.
How to do this?
I tried to check out Blog post here - viewtopic.php?f=21&t=15029 but the linke provided is dead.
TIA
How to encrypt a plain SQLite DB with password?
Moderators: gto, cipto_kh, EgonHugeist
How to encrypt a plain SQLite DB with password?
--
Yogi Yang
Yogi Yang
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: How to encrypt a plain SQLite DB with password?
Zeos supports the original SQLite encryption API. But you have to buy the encryption module, I think or have a simular plugin. Then you can open encrypted databases.
Using wxsqlite is not supported at the moment.
For encrypting the database please use the SQLite tool.
Using wxsqlite is not supported at the moment.
For encrypting the database please use the SQLite tool.