Login
LumoSQL — page-level encryption
Login

LumoSQL v0.8 implements a very basic libsodium page-level encryption demo, with simple SQLite-style key management. This demonstrates encryption works. Now we need to think about how we use the mature encryption framework in LMDBv1.0 to do implement comprehensive encryption. LumoSQL has facilities we hope to use for the completely different concept of row-level encryption, but that is not addressed in this document.

What we need to do next:

Things to note: