crypto-alphanumeric-id
v2.0.0
Published
Generate cryptographic, alphanumeric, base62 strings of a given length.
Downloads
10
Maintainers
Readme
crypto-alphanumeric-id
Generate cryptographic, alphanumeric, base62 strings of a given length.
Installation
npm i crypto-alphanumeric-id
Usage
const id = require('crypto-alphanumeric-id')
;(async () => {
await id(32) //pX3GFDeGYR7tohSVYRBpftRXdcXovuA8
})()