SQLite Cipher
Has anyone managed to get this working, currently trying to get an encrypted DB working, tried swapping the DLL's over to no avail, seems to support the key in SQLiteConnectionString however beyond that it doesn't generate an encrypted DB, any help is much appreciated.
I am having the same problem implementing encrypted DB. Open to any suggestions
I am having the same problem implementing encrypted DB. Open to any suggestions
You can try this library @bartutiryakioglu
https://github.com/netpyoung/SqlCipher4Unity3D/blob/master/SqlCipher4Unity3D/Assets/test/test_update_async/test_update_async.cs
I am having the same problem implementing encrypted DB. Open to any suggestions
Can confirm ended up using This And it worked for us (Windows & Mac). Seems to be the best solution.
Wait did it not work in android? I am planning to switch to this libary. So asking. And hayy you replid so quickly, nice of you.