Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.

Commit 374b6d9

Browse files
committed
Update README.md
1 parent 1b3a25c commit 374b6d9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ _\*Support for 256 bit AES encryption is still experimental_
2727
- sqlite3.exe (128/256-bit AES)
2828
- sqlite3-x64.exe (128/256-bit AES)
2929

30-
Alternatives
31-
-----
32-
33-
There are more ways how to add a _native_ on-the-fly encryption layer to your SQLite3 DBs. Namely:
34-
35-
- [SQLite Encryption Extension](http://www.sqlite.org/see) - from authors of SQLite, commercial, $2000
36-
- [SQLiteCrypt](http://sqlite-crypt.com) - commercial, $128
37-
- [SQLCipher](http://www.zetetic.net/sqlcipher/) - partially opensource (I didn't manage to get it working on Windows though)
38-
39-
So after a few hours spent trying to build _SQLCipher_, I dived more deeply into the internet and found [wxSQLite3](http://wxcode.sourceforge.net/components/wxsqlite3/), did some scripting to ease the build and this is the result.
40-
4130
How to?
4231
-----
4332

@@ -77,6 +66,17 @@ Because developers of the wxSQLite extension needs to incorporate changes with e
7766
#### Notes
7867
- `VERSIONS` file in the repo root dir keeps an overview of versions of individual components provided in the repo
7968

69+
Alternatives
70+
-----
71+
72+
There are more ways how to add a _native_ on-the-fly encryption layer to your SQLite3 DBs. Namely:
73+
74+
- [SQLite Encryption Extension](http://www.sqlite.org/see) - from authors of SQLite, commercial, $2000
75+
- [SQLiteCrypt](http://sqlite-crypt.com) - commercial, $128
76+
- [SQLCipher](http://www.zetetic.net/sqlcipher/) - partially opensource (I didn't manage to get it working on Windows though)
77+
78+
So after a few hours spent trying to build _SQLCipher_, I dived more deeply into the internet and found [wxSQLite3](http://wxcode.sourceforge.net/components/wxsqlite3/), did some scripting to ease the build and this is the result.
79+
8080
SQLite3 Encryption API
8181
=====
8282

0 commit comments

Comments
 (0)