Skip to main content

Encryption with nilQL

  1. To apply encryption to your data, they are to be secret shared across your selected nodes.
  2. This is to be done with nilQL, a library for working with encrypted data within nilDB queries and replies, available in Python and TypeScript.
  3. You can find an example on using nilQL to encrypt/decrypt data below.
  pip install nilql
nildb/secretvault_python/encryption.py
loading...