Giter Club home page Giter Club logo

sqlitecrypttool's Introduction

SQLite密码设置工具

使用System.Data.SQLite内置加密方案,对SQLite数据库进行加密设置、验证、密码重置和清除密码等操作。

System.Data.SQLite内置的加密方案,可以移植到C++底层,但是这套方案只支持Windows平台,所以这样加密出来的数据库安卓上无法使用

如果想多端加密,可以考虑集成SQLCipher,但这种方案需要修改System.Data.SQLite源码,将内置加密方案替换成SQLCipher,重新编译再使用。安卓上层SQLite访问库也需要考虑替换成支持SQLCipher的方案,例如WCDB

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.