Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

easykeys

Easypeers26MIT1.0.3

Generate cryptographically secure keypairs

keypairs, keypair, easykey, cryptography

readme

EasyKeys

Generate cryptographically secure keypairs

  • Works in both node and the browser
  • Zero dependencies

Usage

Node

npm i easykeys

Test

Install Mocha

npm i mocha -g

Run test

npm test

The test generates 10,000 keypairs and passes if the average entropy is greater than 4.5 (6 is perfect, 0 is not sufficiently random for between 32 and 64 bit keys).

Browser

<script type="module" src="https://cdn.jsdelivr.net/gh/easypeers/easykeys@master/index.js"></script>

API

new EasyKeys()

Create a new instance

easyKeys.pair()

Return a keypair

License

MIT