random-string-64
v1.0.1
Published
Generate a crypto 64 random string
Downloads
524
Maintainers
Readme
unique-string
Generate a unique crypto random string
Install
$ npm install random-string-64Usage
import getUniqueID from 'random-string-64';
getUniqueID();
//=> 'b4de2a49c8ffa3fbee04446f045483b2'API
getUniqueID()
Returns a 64 character unique string. Matches the length of MD5, which is unique enough for non-crypto purposes.
