Lumosql

LumoSQL — page-level encryption
Login

LumoSQL — page-level encryption

LumoSQL implements a 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 encryption framework in LMDBv1.0 to do implement comprehensive encryption.

Note that row-level encryption is a completely different concept. It builds on the existing LumoSQL row-level checksums and is not addressed in this document.

What we need to do next:

Things to note: