I was using older version of sqlcipher
and open ssl
for application. Now I migrated to newer version for Xcode 5
and iOS 7
compatibility, but it is not decrypting the older version of database.
Please help me out. I searched on google and found that something like cipher_migrate
has to be used, but not knowing how to use it.