I am using FMDB for handling a sqlite db in my application built using rubymotion.
I want to encryt the database with SQLCipher and I am facing issues when I try using SQLCipher methods such as sqlite3_key ?
Has anyone tried out the same ?
**********adding :
When I try to encrypt the database using the sqlite3_key method offered by SQLCipher api , it throws and exception telling the method is not defined.
I think you can do this by adding
SQLCipherpod then using theFMDBFMDatabase.setKeymethod and without having to do write any C.In the
RakefileThen in your
Database.rbNow you should be able to query the db with