https://github.com/hiimsergey/passtime-rs
A silly Rust program to generate random passwords
https://github.com/hiimsergey/passtime-rs
exercise first-project password password-generator passwords rust rust-lang small-projects training
Last synced: about 1 year ago
JSON representation
A silly Rust program to generate random passwords
- Host: GitHub
- URL: https://github.com/hiimsergey/passtime-rs
- Owner: hiimsergey
- License: gpl-3.0
- Created: 2023-08-06T20:34:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:02:45.000Z (over 2 years ago)
- Last Synced: 2025-05-13T00:52:11.325Z (about 1 year ago)
- Topics: exercise, first-project, password, password-generator, passwords, rust, rust-lang, small-projects, training
- Language: Rust
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passtime-rs
A lil' Rust program that output randomly generated passwords according to your flags.
Then, you can redirect the output into a file or pipe it.
```
A CLI-based password generator
Usage: passtime [OPTIONS]
Arguments:
Password length
Options:
-a Include lowercase letters
-A Include capital letters
-n Include numbers
-c Include custom characters
-i Print text before the password
-h, --help Print help
-V, --version Print version
```