@esentri/js-crypto-wrapper
v0.6.5
Published
a wrapper around WebCryptoAPI
Downloads
45
Keywords
Readme
js-crypto-wrapper
a wrapper for WebCryptoAPI
Install
NOTE: One test dependency needs node version 9.5.0 or less (currently, it will fail with node >=10.0.0). To quickly change between node versions have a look at nvm.
npm install @esentri/js-crypto-wrapper
yarn add @esentri/js-crypto-wrapper
Projects used
- webcrypto-liner
- for testing against WebCrypto API
- Text Encoding Shim
- for being able to use TextEncoder and TextDecoder in tests
- @esentri/de-serialize
- License: MIT
- for (de-)serializing from/to objects/datastructures
- Typescript Library Starter
- License: MIT
- as a template for the setup
- JEST
- License: MIT
- Colors
- License: MIT
- Commitizen
- License: MIT
- Definitley Typed
- License: MIT
- Coveralls
- License: BSD-2-Clause
- Cross-env
- License: MIT
- cz-conventional-changelog
- License: MIT
- Husky
- License: MIT
- lint-staged
- License: MIT
- lodash.camelcase
- License: MIT
- Prompt
- License: MIT
- replace-in-file
- License: MIT
- rimraf
- License: ISC
- rollup
- License: MIT
- semantic-release
- License: MIT
- tslint
- License: Apache-2.0
- typedoc
- License: Apache-2.0
- typescript
- License: Apache-2.0
- validate-commit-msg
- License: MIT
License
MIT License
Copyright (c) 2018 esentri AG
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.