Skip to content

Encryption Support

Compare
Choose a tag to compare
@kriszyp kriszyp released this 15 Nov 05:15
· 1637 commits to master since this release

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).