Encryption Support
lmdb-store now includes support for on-disk encryption. This is enabled by using the new encryptionKey
option/property, and specifying a key to use for encryption. lmdb-store encrypts using the Chacha8 cipher, which provides a very high performance means of encrypting a database (this is the only type of encryption currently supported).