Scoped Encryption Keys for Firefox Accounts
Перейти к файлу
Vijay Budhram c454131c4b
Merge pull request #90 from darktrojan/thunderbird-legacy-keys
Create 'legacy' style keys for the Thunderbird sync scope
2024-05-29 10:36:21 -04:00
.circleci
.github
dist/fxa-crypto-relier
docs
src
test
.babelrc
.eslintignore
.eslintrc
.gitignore
.npmignore
.nvmrc
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
package-lock.json
package.json
webpack.config.js

README.md

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