root e2ef550dc3 update %!s(int64=3) %!d(string=hai) anos
..
index.js e2ef550dc3 update %!s(int64=3) %!d(string=hai) anos
license e2ef550dc3 update %!s(int64=3) %!d(string=hai) anos
package.json e2ef550dc3 update %!s(int64=3) %!d(string=hai) anos
readme.md e2ef550dc3 update %!s(int64=3) %!d(string=hai) anos

readme.md

crypto-random-string Build Status

Generate a cryptographically strong random string

Can be useful for creating an identifier, slug, salt, fixture, etc.

Install

$ npm install --save crypto-random-string

Usage

const cryptoRandomString = require('crypto-random-string');

cryptoRandomString(10);
//=> '2cf05d94db'

API

cryptoRandomString(length)

length

Type: number

Length of the returned string.

Related

License

MIT © Sindre Sorhus