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,