I want to use SQLCipher to encrypt the database but i'm not sure about the performance.
How many percent of performance have to be sacrificed if i switch to use SQLCipher instead of using SQLite?
My database have around 4 tables , 10.000 records per each. I use select with order queries the most.