Is it possible to open an existing SQLite database with SQLCipher?
Until now, I was managed only to create a new database using SQLCipher in order to work with it.
Thanks!
Yes, you can open an existing SQLite database, go through the documentation : http://sqlcipher.net/ios-tutorial/