randids
v1.0.3
Published
Generates a cryptographically secure and unique random ID!
Downloads
15
Maintainers
Readme
randids
This package generates unique and cryptographically secure IDS according to your desired length!
Features
- All characters are base64url characters.
- IDS are url friendly.
- Cryptographically secure and unique!
- 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)