1.0.0 • Published 1 year ago

greatpass v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

greatpass

A simple command-line tool written in Node.js that generates random strong passwords based on user preferences.

Installation

npm install -g greatpass

Usages

greatpass
  • next choose options to generate your strong password.

Example

Enter the length of the password: 12
Include numbers? (Y/n): y
Include uppercase letters? (Y/n): y
Include symbols? (Y/n): y
Exclude ambiguous characters? (Y/n): y
  • The tool will then generate a random password based on your preferences and display it.
Your generated password: DZe@0%.0>hWJ

License

MIT

1.0.0

1 year ago