krabbypatty

Crates.iokrabbypatty
lib.rskrabbypatty
version0.1.7
created_at2025-10-15 06:05:15.097393+00
updated_at2025-12-30 19:24:04.724559+00
descriptionA CLI secure password generator.
homepagehttps://github.com/CodeCanna/krabbypatty
repositoryhttps://github.com/CodeCanna/krabbypatty
max_upload_size
id1883801
size48,560
Froogal (CodeCanna)

documentation

https://github.com/CodeCanna/krabbypatty

README

Krabbypatty password generator

Hello, thanks for checking out krabbypatty password generator. This is a simple generator that generates a 16 character long securily randomized password. You can customize how long you want the password (no more than 16 characters), and you can even pass in characters you want the password generator to avoid.

How to install

You can install krabbypatty with cargo using cargo install krabbypatty

krabbypatty usage

  • -e --exclude-chars <EXCLUDE_CHARS> Comma seperated characters you wish to exclude from generation "&, $, @"
  • -l --length <LENGTH> Set the password genration length defaults to 16 characters [default: 16]
  • -h --help Print Help
  • -v --version Print Version

Example

  • krabbypatty - Generates a secure random password.
  • krabbypatty -l 8 --exclude-chars "@, 6, A" - Generates a password 8 characters long excluding the characters @, 6, and A.
Commit count: 0

cargo fmt