secure_password_generator 1.0.5 secure_password_generator: ^1.0.5 copied to clipboard
Secure_password_generator is a CLI app that generates strong passwords with letters, numbers, and symbols to improve online security.
Command Line password generator. #
This is a command-line interface (CLI) application for generating secure passwords. It is written in Dart and can be run on any platform that supports the Dart runtime.
Installation #
From source #
To install this application, you first need to install Dart. You can download Dart from the official Get the Dart SDK. Once you have installed Dart, you can install this application using the following command:
Get source
$ dart pub global activate secure_password_generator
This will download and install the latest version of the secure_password_generator package from pub.dev, which includes the CLI application.
Usage
To use this application, simply run the following command:
#### How To:
See [Examples](https://github.com/muhd-ameen/secure_password_generator/blob/main/examples/examples.md)