Question

Is there is any difference in (encrypting the data before storing in sqliteDB) , (using SQLCipher along with sqliteDB).?

Because in both the case a hacker can able to get my passphrase(He might get from reverse engineering my code) and read my db, right?

Thanks,

Was it helpful?

Solution

Encryption using some hard-coded key is generally useless. Anyone who wants to can obtain that key through reverse-engineering.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top