UNPKG

jose-jwe-jws

Version:

Library to encrypt and decrypt data in JSON Web Encryption (JWE) format and to sign data in JSON Web Signature (JWS) format. Leverages Browser's native web crypto API.

17 lines (11 loc) 215 B
language: node_js node_js: - "lts/*" - "node" addons: chrome: stable before_install: - npm install -g grunt-cli install: npm install script: grunt with_coverage --verbose after_success: grunt coveralls