Database encryption

Right now KittyORM has no built-in functionality to provided partial or full database encryption. In future there are plans to implement AES128\256 partial encryption but what if you want to encrypt your database right now? You can use third-party solutions for this. For example, you can use such great solution as SQLCipher. So, you want to encrypt your KittyORM database with SQLCipher. Here some steps to take: