An open API service indexing awesome lists of open source software.

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

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
```