randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues
$ npm install @geut/randombytes
import randomBytes from '@geut/randombytes'
randomBytes(16); //get 16 random bytes
randomBytes(16, (err, resp) => {
// resp is 16 random bytes
});
🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
👥 Ideas and contributions to the project are welcome. You must follow this guideline.
MIT © A GEUT project