5 releases

new 0.7.4 May 26, 2024
0.7.3 May 19, 2024
0.7.2 Oct 19, 2023
0.6.0 Oct 9, 2023

#300 in Command line utilities

Download history 2/week @ 2024-02-25 47/week @ 2024-03-03 7/week @ 2024-03-10 1/week @ 2024-03-17 5/week @ 2024-03-31 133/week @ 2024-05-19

133 downloads per month

Apache-2.0

27KB
504 lines

Language: English | 日本語

Rust Unique Pass

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.

Install

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

usage

See execution method in the next section.
It is a CLI tool and should be run from the command line.
The command name is rupass.

About Language Settings

  • Languages supported
    • Japanese language
    • English language
    • German language

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

precautions

  • Default language setting is English.
  • The language can be specified with the -l option.
    • The -l option is not required when using the English language.
    • english use example
    rupass
    

This software utilizes the following crates

GitHub repository

Request for collaboration.

This project is intended to be multilingual. If you would like to help with translation, please see CONTRIBUTING.

License

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.

Dependencies

~10–20MB
~229K SLoC