Page 1 of 1

SQLCipher 3.11.0

Posted: Sun Apr 24, 2016 5:10 pm
by Rathinagiri
Dear friends,

Now I have ported the latest SQLCipher for SQLite version 3.11.0 to Harbour.

You can download the library from below.
libsqlcipher3_11_0.zip
(478.22 KiB) Downloaded 391 times
Enjoy!

For your kind information, SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

Re: SQLCipher 3.11.0

Posted: Sun Apr 24, 2016 11:29 pm
by danielmaximiliano
Gracias Rathi !!!!

Re: SQLCipher 3.11.0

Posted: Mon Apr 25, 2016 7:07 am
by jayadevu
Many thanks Rathinagiri.

Warm regards,

Jayadev

Re: SQLCipher 3.11.0

Posted: Mon Apr 25, 2016 7:10 am
by serge_girard
Thanks Rathi!

Serge

Re: SQLCipher 3.11.0

Posted: Mon Apr 25, 2016 8:16 am
by ecabrerizo
Thanks Rathi !!

Re: SQLCipher 3.11.0

Posted: Mon Apr 25, 2016 9:30 am
by bpd2000
Image

Re: SQLCipher 3.11.0

Posted: Mon Apr 25, 2016 9:32 am
by dragancesu
Thanks

I watched the old posts but can't find a list of functions in this library, may be a short manual?

Whether an example of how the create HMG library?

Re: SQLCipher 3.11.0

Posted: Tue Apr 26, 2016 7:19 am
by Rathinagiri
All the sqlite functions apply to this library also.

Only a wrapper of encryption is available.