davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

Can sqflite_sqlcipher encrypt the database created by sqflite #23

Closed yingqiang006 closed 4 years ago

davidmartos96 commented 4 years ago

Do you mean encrypting an existing database from sqflite?

yingqiang006 commented 4 years ago

Do you mean encrypting an existing database from sqflite?

yes。At first, sqlflite was used, but now encryption is needed

yingqiang006 commented 4 years ago

Do you mean encrypting an existing database from sqflite?

Can it be satisfied? What do I need to do?

davidmartos96 commented 4 years ago

@yingqiang006 Yes, you can do that. You can refer to this issue https://github.com/davidmartos96/sqflite_sqlcipher/issues/20

yingqiang006 commented 4 years ago

@yingqiang006 Yes, you can do that. You can refer to this issue #20

Thank you. I'll take a look