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