JSPM

@lit-protocol/encryption

7.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11101
  • Score
    100M100P100Q135461F
  • License MIT

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lit-protocol/encryption) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Quick Start

    This submodule provides encryption and decryption of contents (string, file, etc.) respectively using a symmetric key, with the encrypted content returned as a Blob and the symmetric key as a Uint8Array

    node.js / browser

    yarn add @lit-protocol/encryption