Giter Club home page Giter Club logo

has-taiar / sqlite.net.cipher Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 21.0 4.73 MB

An easy to use extension for SQLite.Net PCL that allows you to seamlessly encrypt/decrypt data when inserted/accessed from the database by adding one simple attribute. Works great on all major platforms (iOS, Android, Windows Universal)

Home Page: http://www.hasaltaiar.com.au/sqlite-net-cipher-secure-your-data-on-all-mobile-platforms-seamlessly-and-effortlessly/

License: MIT License

C# 99.11% Batchfile 0.89%

sqlite.net.cipher's People

Contributors

alexrainman avatar has-taiar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sqlite.net.cipher's Issues

Inserts Perfomance Issue

Hi ,
I have a small table with 4 "secure" columns. I want to insert about 1000 rows , but each insert takes about one second. Any suggestion how I can reduce this operation?

Not working on 64 bit processor

This library not working on the devices that having 64 bit processor, like Galaxy s6.
I have tried it many times but it failed, it every time return exception whenever tried to call

SecureInsert<>.

Issue with PCLCrypto 2.0 library

Hello friends,

I'm wondering if you plan to update this library to support the latest version of PCLCrypto, due when we update it it breaks the application.

Any help is always welcome.

Thanks

Hard-coded Salt

The crypto-service is not randomly generating a salt that is unique as an input to the cryptographic key generation function. When generating crypto keys using salts, the salts need to be unique in order to prevent two users with from generating the same cryptographic key.

private const string SaltText = "MY-TEMP-SALT";

Encrypting in memory

Why is encrypting the values in memory after saving object to database? Awesome job by the way.

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.