workflow-random
v0.0.3
Published
A super tiny package for generating cryptographically secure random bytes in Node.js or the browser.
Downloads
3
Maintainers
Readme
workflow-random
A super tiny package for generating cryptographically secure random bytes in Node.js or the browser.
Installation
npm install workflow-randomUsage
const { getSecureRandomBytes } = require('workflow-random');
// Generate 16 random bytes
const randomBytes = getSecureRandomBytes(16);
console.log(randomBytes);Wiki
License
MIT
