Skip to content

connorwiebe/crypto-alphanumeric-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate cryptographic, alphanumeric, base62 strings of a given length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published