1.0.0 • Published 8 months ago

cipherwheel v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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.

  1. Install the package globally via npm:

    npm install -g cipherwheel
1.0.0

8 months ago