node-rand-token icon indicating copy to clipboard operation
node-rand-token copied to clipboard

Generate random token strings

Results 2 node-rand-token issues
Sort by recently updated
recently updated
newest added

Please add possibility to generate suid with crypto random.

Right now did not support assign multiple chars in generator, maybe this way would be more flexible? e.g. ``` var randtoken = require('rand-token').generator({ chars: ['A-Z', '0-9'], source: 'default' }); ```