2.0.0 • Published 4 years ago

crypto-alphanumeric-id v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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
})()