Showing posts with label sqlcipher. Show all posts
Showing posts with label sqlcipher. Show all posts

Friday, January 20, 2012

SQLCipher Working But Incorrect Password


I've just implemented SQLCipher in my app to encrypt one fairly simple database. I followed all of the setup instructions carefully on this tutorial and the project is building and the app is running successfully. However, when I use their sample code to encrypt my database, my password is somehow incorrect and I am now unable to open my database. Here is the code: