Using CipherSweet (Node.js)

Table of Contents

Understanding CipherSweet's Features and Limitations

CipherSweet is an implementation of PIE's searchable encryption design, which combines semantically secure authenticated encryption with "blind indexes" of the plaintext.

At a super high level overview:

Installing CipherSweet

You can install CipherSweet with NPM.

npm install --save ciphersweet-js

The source code for CipherSweet is available on Github.

Next: Setting up CipherSweet at Run-Time