jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

Add flutter_sqlcipher adapter

Open artob opened this issue 5 years ago • 4 comments

The flutter_sqlcipher plugin bundles and wraps SQLCipher, an open-source extension to SQLite that provides transparent 256-bit AES encryption of database files.

  • https://github.com/drydart/flutter_sqlcipher
  • https://pub.dartlang.org/packages/flutter_sqlcipher
  • https://pub.dartlang.org/documentation/flutter_sqlcipher/latest/

Would a pull request adding support for flutter_sqlcipher, paralleling the existing support for sqflite, be welcome?

artob avatar Dec 05 '18 11:12 artob

That would be great! Let me know if you need any help regard this. @jaumard Can also help.

I would suggest using existing sqlite package as a template.

tejainece avatar Dec 13 '18 08:12 tejainece

100% up for it :) from what I remember I think flutter_sqlcipher doesn't change that much from the normal one. instead of taking the sqlite as template, might be better to just depend on it and extend what we need to support encryption. My 2cts ^^ But if you need advice/info @artob don't hesitate to talk to me here or in Gitter to chat ;)

jaumard avatar Dec 13 '18 09:12 jaumard

@jaumard Are you still working on the sqlcipher adapter?

ishaan1995 avatar Jun 02 '19 12:06 ishaan1995

I didn't do anything around this @ishaan1995

jaumard avatar Jun 02 '19 12:06 jaumard