Crates.io | quick_pswd |
lib.rs | quick_pswd |
version | 1.0.3 |
source | src |
created_at | 2024-05-31 11:05:13.68476 |
updated_at | 2024-06-01 03:49:09.878264 |
description | A simple and quick password generator for enhanced security. |
homepage | |
repository | https://github.com/08820048/quick_pswd |
max_upload_size | |
id | 1257898 |
size | 63,803 |
The project has now been renamed to xpwd and has been migrated to https://crates.io/crates/xpwd. Please proceed to use xpwd from this new location.
A command-line password generator built with Rust, offering a swift and effortless solution for creating passwords of varying strengths. Cure your password creation woes with a single command!
More installation methods are coming soon...
Please ensure that your operating system has Rust and the Cargo development environment properly configured.
cargo install quick_pswd --version=0.1.7 // When installing, please select the version of your choice.
$ quick_pswd -h
Command line arguments structure
Usage: quick_pswd.exe [OPTIONS]
Options:
-l, --len <LEN> Length of password [default: 8]
-c, --complex <COMPLEX> Complexity of the password [default: m]
-p, --password <PASSWORD> Check strength of your password
-h, --help Print help
-V, --version Print version
$ quick_pswd -l 8 -c s
j1618a59
$ quick_pswd -l 16 -c m
Cio6PYtg30mLYtHC
$ quick_pswd -l 18 -c c
yd;mW)[1sW5q3p)6.Y
The generated password will be automatically copied to the clipboard by default, allowing you to directly paste and use it.
Here are the features and improvements we plan to add to the tool in the future. If you have any suggestions or ideas, feel free to share!
API
(like Have I Been Pwned
) to check if user-supplied passwords have been exposed in known data breaches, enhancing user awareness of password security.CorrectHorseBatteryStaple
”.GUI
) to enhance the user experience, particularly for those unfamiliar with command-line operations.IDE
integrations, and apps for multiple platforms.This project is licensed under the MIT License - see the LICENSE file for details.