JSPM

@geut/randombytes

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q34348F
  • License MIT

randombytes from node that works in the browser

Package Exports

  • @geut/randombytes
  • @geut/randombytes/package.json

Readme

randombytes

randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues

Tests JavaScript Style Guide standard-readme compliant

Made by GEUT

Install

$ npm install @geut/randombytes

Usage

import randomBytes from '@geut/randombytes'
randomBytes(16); //get 16 random bytes
randomBytes(16, (err, resp) => {
  // resp is 16 random bytes
});

Issues

🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

👥 Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project