@aws-crypto/example-browser

v2.0.0
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

lint

run-s lint-*

test

npm run lint && npm run coverage

build

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

karma

karma start karma.conf.js

coverage

npm run karma && nyc report --exclude-after-remap false -t .karma_output --check-coverage

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

lint-eslint

eslint src/*.ts test/**/*.ts

lint-prettier

prettier -c src/*.ts test/**/*.ts

prepublishOnly

npm run build

example-fallback

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

example-caching-cmm

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

example-multi-keyring

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

example-disable-commitment

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

Metadata

  • Apache-2.0
  • Whatever
  • AWS Crypto Tools Team
  • released 9/25/2020

Downloads