1.0.0 • Published 7 years ago

cryptorandomstring v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cryptorandomstring Build Status

Generate a cryptographically strong random string

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

Install

$ npm install --save cryptorandomstring

Usage

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

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

API

cryptoRandomString(length)

length

Type: number

Length of the returned string.

License

MIT © Yoginth