Hello,
i am a beginner for sqlcipher. i have created demo application using sqlcipher that just store email-id. and performed CRUD operation on it. My application works fine. to verify that my database is actually encrypted or not and to see my database when i am trying to open an extracted database file in SQLite Browser it shows “Could not open database file. Reason:file is not a database.”
i have added this line in my app:module gradle
" implementation ‘net.zetetic:android-database-sqlcipher:3.5.7@aar’ "
please help me to find solution.
Thank you so much in advance