SQLCipher with unity

Hi

I am trying to use SQLCipher for sqlite db encryption on MacOSX (editor first, then want to deploy to ios).
It works fine as long as I don’t use any encryption api… I get a crash if I try to call any sqlcipher specific code.

Has anyone succeeded sqlcipher integration in unity?
If you had any problems, how did you solve them?

If no problem, what steps did you go through?
Any help appreciated. Thx.

You can use now CryptonorDB, it is designed with privacy in mind: it encrypts data before it’s stored and decrypted just before it’s used. The encryption key is managed by you and is 100% free if you use it for mobile only.