crypto-alphanumeric-id

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

Usage no npm install needed!

<script type="module">
  import cryptoAlphanumericId from 'https://cdn.skypack.dev/crypto-alphanumeric-id';
</script>

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