Uid Promise Save

Creates a cryptographically strong UID

Project README

uid-promise

Creates a cryptographically secure UID with a 62 character range that can be safely used in URLs.

Usage

Install the package:

npm i uid-promise

Then import it:

import { uid } = from 'uid-promise';

Finally, call it:

await uid(20);

API

uid(Number len) => Promise

  • Return a Promise that resolves with a string of random characters of length len
  • len must always be provided, else the promise is rejected
  • Under the hood, crypto.randomBytes is used
  • Character set: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789

Authors

Open Source Agenda is not affiliated with "Uid Promise" Project. README Source: vercel/uid-promise
Stars
252
Open Issues
0
Last Commit
11 months ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating