randids

1.0.3 • Public • Published

randids

This package generates unique and cryptographically secure IDS according to your desired length!

Features

  1. All characters are base64url characters.
  2. IDS are url friendly.
  3. Cryptographically secure and unique!
  4. Generate ids according to any length you wish!

Instalation:

npm i randids

Example Usage

const randomid = require("randids");

const length = 15 //default 11

randomid.genId(length)

Package Sidebar

Install

npm i randids

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

2 kB

Total Files

3

Last publish

Collaborators

  • shaheer_ahamed