سؤال

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,

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top