Coder Social home page Coder Social logo

Comments (4)

sjemens avatar sjemens commented on June 9, 2024

The main difference from the official QSQLITE plugin is the linking with the sqlcipher library. This happens in qsqlcipher.pro. Secondary, in main.cpp I named the plugin as to not conflict with the qsqlite naming. To enable the encryption capabilities one should use the PRAGMA options as are documented in the sqlipher API. You can see the most basic use cases in the tests

from qsqlcipher-qt5.

tr1cks avatar tr1cks commented on June 9, 2024

Thanks for clarification. Now I understood that sqlcipher is drop-in-replacement library.

Can you specify what versions of openssl and sqlcipher was used? I trying to build them for iOS and Mac OS right now.

from qsqlcipher-qt5.

sjemens avatar sjemens commented on June 9, 2024

@tr1cks
I see that you have forked the android branch so I guess you are asking what versions are the static libs. Openssl is version 1.1.1a and sqlcipher is version 4.0.1. (In desktop I am always using the system libraries and since I am using Arch Linux these are always the latest versions.)
I think you should modify the build scripts for openssl and sqlcipher to build your libraries. However I am sorry to say that I never programmed for iOS and Mac OS, so I am not sure if I can offer any more assistance there.

from qsqlcipher-qt5.

tr1cks avatar tr1cks commented on June 9, 2024

@sjemens
I added support for iOS and Mac OS in my fork. I prefer to use OpenSSL, but other option is platform encryption API.

from qsqlcipher-qt5.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.