Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

mozilla/fxa-crypto-relier

Repository files navigation

fxa-crypto-relier npm version CircleCI

Scoped Encryption Keys for Firefox Accounts Utility Library

Installation

npm install fxa-crypto-relier --save

Usage

See the documentation.

Local Development

Scripts

  • npm run build - build library
  • npm run dev - development mode
  • npm test - run tests

Dependencies

  • base64url: For encoding to/from base64urls
  • node-hkdf: HKDF key derivation function
  • node-jose: A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers

License

MPL-2.0