Unable to open Encrypted Database in Sqlite Manager

571 views Asked by At

I have followed this tutorial How to implement SQLcipher in Android and implemented SQLcipher over my existing SQLite application, It works well. I was able to Insert, Fetch records from the database (Like normal SQLite application). However when i exported the database and tried to open it using SQlite Manager (I use Windows System) it asked me for password (Which is the actual need of encryption) but its not accepting the password which i used to encrypt.It keeps prompting the password.enter image description here

0

There are 0 answers