A unified toolkit that provides developers with ready-to-use cryptographic blocks. It is what JWT was for authentication (but without weak defaults).
npm install privacy-kitA 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.
* Encryption Primitives: Abstracted away cryptographic primitives with audited implementations.
* Secure Enclaves: Libraries to work with Secure Enclaves, like AWS Nitro Enclaves.
``bash``
npm install privacy-kit
yarn add privacy-kit
MIT