js-sdk-v3-test-encryption
v3.0.5
Published
This submodule provides encryption and decryption of contents (string, zip, etc.) respectively using a symmetric key, with the encrypted content returned as a Blob and the symmetric key as a Uint8Array
Downloads
3
Readme
Quick Start
This submodule provides encryption and decryption of contents (string, zip, 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
Vanilla JS (UMD)
<script src="https://cdn.jsdelivr.net/npm/@lit-protocol/encryption-vanilla/encryption.js"></script>
<script>
console.log(LitJsSdk_encryption);
</script>