nofre_password_gen
v1.0.1
Published
This is a small Node.js utility for generating random UUID-based passwords. It provides two main functions:
Downloads
6
Readme
UUID Password Generator
This is a small Node.js utility for generating random UUID-based passwords. It provides two main functions:
generateDefault()
: Generates a random UUID (v4).generateWithSeed(seed)
: Generates a random UUID (v4) and appends a custom seed to it.
Installation
To use this module, you need to have Node.js installed. First, install the uuid
package:
npm install uuid