cipherwheel
v1.0.0
Published
A CLI tool to generate random secure passwords based on user preferences.
Downloads
65
Maintainers
Readme
CipherWheel
CipherWheel is a CLI tool for generating secure passwords based on user preferences. It allows you to define the length and the types of characters (uppercase, lowercase, numbers, special characters) to include in your password.
Features
- Generate random passwords of customizable length.
- Choose which character types to include (uppercase, lowercase, numbers, special characters).
- Easy-to-use command-line interface.
Installation
To install CipherWheel globally, you need Node.js installed on your system.
Install the package globally via npm:
npm install -g cipherwheel