secure_password_generator 1.0.4 copy "secure_password_generator: ^1.0.4" to clipboard
secure_password_generator: ^1.0.4 copied to clipboard

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its p [...]

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:

$ secure_password_generator <length> 

For example, to generate a password that is 12 characters long and includes symbols, run the following command:

$ secure_password_generator 12 

How To:

See Examples

5
likes
140
points
5
downloads

Publisher

verified publisherameeen.me

Weekly Downloads

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its purpose is to help users improve the security of their online accounts and sensitive information by creating complex passwords that are difficult to guess or hack.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on secure_password_generator