Crates.io | rust_unique_pass |
lib.rs | rust_unique_pass |
version | 0.9.4 |
created_at | 2023-10-09 16:38:49.942474+00 |
updated_at | 2025-06-27 06:51:51.929782+00 |
description | A CLI tool for generating a strong password. |
homepage | |
repository | https://github.com/Neuron-Grid/rust_unique_pass |
max_upload_size | |
id | 998240 |
size | 230,713 |
This software is designed to generate random strong passwords.
Users can
customize the length of their passwords and the special characters they use.
Except for the FTL files for translation, everything is written in the Rust
language.
Please make sure that the Rust language
is installed beforehand.
If not,
please install it from the official website.
If it is already installed, run the following command.
cargo install rust_unique_pass
It is a CLI tool and should be run from the command line.
The command name
is rupass
.
rupass
provides several command-line options to control password generation.
Option (Short) | Option (Long) | Description |
---|---|---|
-l |
--language |
Specifies the language for prompts and messages. (jpn , eng , deu ) |
-p |
--password-length |
Specifies the length of the password to be generated. |
-n |
--numbers |
Include numbers in the password. |
-u |
--uppercase |
Include uppercase letters in the password. |
-w |
--lowercase |
Include lowercase letters in the password. |
-s |
--symbols |
Include symbols in the password. |
Command Examples:
rupass -p 32 -n -u -w -s
rupass -l jpn
For use in languages other than English, specify the language code defined in
ISO 639-3
.
The command can be used in Japanese by making the following
changes.
rupass -l jpn
-l
option.
-l
option is not required when using the English language.rupass
This project is intended to be multilingual. If you would like to help with translation, please see CONTRIBUTING.
This software is released under the Apache License 2.0
.
See
LICENSE for details.
Copyright © 2023 Neuron Grid.
Licensed under the
Apache License 2.0.