p32929/EasiestSqlLibrary

Feature idea

Closed this issue · 3 comments

There are a few ways to encrypt sqlite data based on a StackOverflow article. could you implement a similar system in this library?

https://stackoverflow.com/questions/29746231/android-encrypt-decrypt-sqlite-database-100-secure

That's a good idea. I will take a look at the link soon & hopefully implement them in the library. Thanks :)

Taking advantage, I would also find interesting a way to export and import the data. It is possible to do this, of course, but it is very tiring to do the same system in multiple applications. it would be nice to add these ways to export the data (not necessarily then). thanks

Good ideas. Surely with enough time and code, any feature can be implemented