privacy-kit
v0.0.23
Published
A unified toolkit that provides developers with ready-to-use cryptographic blocks. It is what JWT was for authentication (but without weak defaults).
Readme
🕵 Privacy Kit
A unified toolkit that provides developers with ready-to-use cryptographic blocks. It is what JWT was for authentication (but without weak defaults).
This repository contains NodeJS reference implementation.
Features
- Encryption Primitives: Abstracted away cryptographic primitives with audited implementations.
- Secure Enclaves: Libraries to work with Secure Enclaves, like AWS Nitro Enclaves.
Installation
npm install privacy-kit
yarn add privacy-kitLicense
MIT
