Skip to content

bookercodes/password-generator-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Cross-platform password generator built using Node 😄.

##Installation

$ npm install password-generator-tool

Features

  • Ability to set password length
  • Ability to include capital letters in the password
  • Ability to exclude capital letters in the password
  • Ability to include numbers in the password
  • Ability to exclude numbers in the password
  • Ability to include special characters in the password
  • Ability to exclude ambiguous characters in the password
  • Ability to exclude vowels in the password
  • Command-line interface
  • Node package
  • Comprehensive unit tests

Installation

  1. Clone the repository using git clone https://github.com/PasswordTools/password-generator
  2. Install Nodeunit using these instructions.
  3. Run the tests using npm test

About

🔒 Cross-platform password generator built using Node 😄.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published