I am aware of the cost of Windows and iOS runtimes for SQL Cipher, however if the company I work for are willing to purchase this (and they will) how would I go about getting the components integrated for use as B4i & B4j libraries?
You will need to create wrappers for these libraries.
Do you need to encrypt the whole database? If you only need to encrypt a specific column then you can use B4XCipher to convert the data to an encrypted BLOB.
Unfortunately the client requires the entire database file to be encrypted, I had to send them two database files one encrypted and one unencrypted, they only signed the deal off on the encrypted one... that was why SQLCipher is ideal.
The company are willing to purchase the licences required, we will be looking at supplying the software we created on iOS some time in the new year so I am looking into what's involved.