Skip to content

Yserdych/pwdgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

strongpwdgenerator

A package to generate strong passwords.

Installation

You can install the strongpwdgenerator package via npm:

npm install strongpwdgenerator

Usage

const generateStrongPassword = require('strongpwdgenerator');

const password = generateStrongPassword();
console.log("Generated Strong Password:", password);

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published