Page 1 of 1

Using SQLite + SQLCipher + Harbour (only)

Posted: Sun Oct 14, 2012 6:52 pm
by Barrimbhal
Dear friends, greetings!

I found the implementation of SQLite + SQLCipher simply phenomenal.
Do not believe that today has something better in terms of database in embedded system, than SQLite.
Congratulations to Rathinagiri, Sudip and all who contribute to this project!

I would be very happy by any example of functional code!
We need a lot of SQLCipher by issue of confidentiality of data.
Could someone please post an example of SQLite + SQLCipher using only the Harbour, with its LIBs settings in HBP?

Thanks in advanced! :^)

Re: Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 2:06 am
by Rathinagiri
I think my library is pure Harbour only.

Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 3:14 am
by Barrimbhal
Ok, ok! I do not think I expressed right, forgive me!
Could not configure in console mode (no GUI) using SQLite + SQLCipher...
Always worked with DBF and plan to migrate to SQLite, but without encryption, it would make sense.
Needed a simple example.

Re: Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 3:26 am
by Rathinagiri
Hi,

Please tell me what type of example you want?

Just to access data? Or encryption?

Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 4:24 am
by Barrimbhal
I am novice in SQL and Harbour, any help is greatly appreciated.
My intention is to transpose DBF tables that are permanently encrypted (can decrypt it...) to SQLite and use SQLCipher.
Considering the Contrib folder examples of Harbour (SQLite), which one would serve to demonstrate the use of SQLCipher and how to mount the file .HBP? Please.

Re: Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 9:25 am
by Rathinagiri
For encryption, SQLCipher is the best option.

I will create a simple sample and give here.

Re: Using SQLite + SQLCipher + Harbour (only)

Posted: Mon Oct 15, 2012 11:20 am
by Barrimbhal
Please!!! Thank you!!! :D