secure-random-bytes
v6.0.2
Published
Retrieve a secure random byte string of a specified length
Readme
secure-random-bytes
Retrieve a secure random byte string of a specified length.
Example
const randomBytes = require("secure-random-bytes");
randomBytes(10);
// => 'ÊïÜsóÐ\u0006\u0016mÏ'Installation
$ npm install secure-random-bytesAPI
const randomBytes = require("secure-random-bytes");randomBytes(length)
Returns a String (whose length is length) of random bytes.
