Crates.io | mk-pass |
lib.rs | mk-pass |
version | 0.1.1 |
created_at | 2025-08-30 00:04:45.812516+00 |
updated_at | 2025-08-30 01:31:10.001199+00 |
description | Generate a password comprehensively. |
homepage | |
repository | https://github.com/2bndy5/mk-pass |
max_upload_size | |
id | 1817112 |
size | 30,413 |
This cross-platform compatible software will generate a password comprehensively.
Admittedly, the word "comprehensive" is not a scientific term. In this software, the term "comprehensive" boasts the following features when generating a password:
This software uses the following set of characters to generate special characters in a password:
- . / \ : ` + & , @ $ ! _ # % ~
The space character is not actually considered a special character, but spaces are used to make the above set more readable.
Obviously, this is not an exhaustive list of all printable, non-alphanumeric characters. However, these are special characters that are widely accepted by most sign-on services.
While this software can be used as a library, a binary executable is also provided for each release.
A document generated from the rust sources details the CLI options. See the hosted CLI doc.
The following command will print the available options and their default values.
mk-pass -h