Has anyone used Encryption with the SQLite Library in LabVIEW?
If so, I’d love to hear:
Which one you used (SEE or SQLCipher or other approch)
Whether replacing the SQLite DLL was enough, or if the VIs needed changes
Any gotchas around keys, deployment, or performance
Also, what’s the recommended approach if I want to use SEE/SQLCipher/Other with this library?
More specifically, if I want to use encryption together with this SQLite Library, what would be the recommended approach?
Is it sufficient to replace the SQLite DLL with an encrypted build?
Are additional API calls (e.g. sqlite3_key) needed in LabVIEW?
Any advice on best practices for production deployments?
I understand that encryption is not part of standard SQLite, and I’m mainly looking for guidance from anyone who has already gone down this path.
Thanks in advance for any insights or lessons learned.