@aws-crypto/example-browser

v0.1.0-preview.2
The AWS Encryption SDK for JavaScript is a client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices. It uses a data format compatible with the AWS Encryption SDKs in other

test

mocha --require ts-node/register tests/**/*tests.ts

build

tsc -b tsconfig.json && tsc -b tsconfig.module.json

example-aes

webpack -d --config webpack_configs/aes.webpack.config.js

example-kms

webpack -d --config webpack_configs/kms.webpack.config.js

example-rsa

webpack -d --config webpack_configs/rsa.webpack.config.js

prepublishOnly

npm run build

example-multi-keyring

webpack -d --config webpack_configs/multi_keyring.webpack.config.js
npm i @aws-crypto/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • AWS Crypto Tools Team
  • released 6/22/2019

Downloads