Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API can be used to encrypt data. It’s suitable for small amounts of data, as encryption is done all at once from data loaded into memory. Data encrypted with this API can be decrypted with pjs.decrypt().

The encryption algorithm used is AES-256-GCM.

...