gimmiepass

Crates.iogimmiepass
lib.rsgimmiepass
version0.1.3
sourcesrc
created_at2023-07-08 22:50:11.021039
updated_at2023-07-09 09:14:35.306575
descriptionA simple command line password generator tool made in Rust.
homepage
repositoryhttps://github.com/marcoferri42/passGen
max_upload_size
id911708
size14,347
Marco Ferri (marcoferri42)

documentation

README

GimmiePass ⚿ - Command Line Password Generator

Introducing GimmiePass, a simple password generator tool made in Rust 🦀, born out of the necessity for effortless security (and to learn the language).

Features

  • Generated password gets copied straight in your clipboard! (rust-clipboard crate)
  • Customize the chars used in your password generation!

Usage

$ gimmiepass [password length] [y/n for numbers] [y/n for special chars] [y/n for caps]

If no fields are specified, the tool will generate a password using all available character types.


Examples

20-character password with numbers, special chars, and capital letters:

$ gimmiepass 20

]vSEW£vzO)0XOI]|yNSO

or

$ gimmiepass 20 y y y

£O=]RcPuOZib1abd7fgj

30-character password with numbers and capital letters:

$ gimmiepass 30 y n y

9icpuMM9oq2CXPEdI2v9p2dfTa2A5b

HELP!

To view a help message, enter:

$ gimmiepass -h

Security

Rest assured, no passwords are stored or recorded, I dont even remember what I had for lunch yesterday.

Commit count: 13

cargo fmt