#passphrase-generator #password-generator #secure-password #security #password-score

app passguard

This Rust-based password and passphrase generator offers a versatile solution for creating secure, customizable passwords. With support for password size and include uppercase, numbers and symbols.

1 unstable release

0.1.0 Jul 6, 2024

#155 in Authentication

MIT license

11KB
222 lines

PassGuard

This Rust-based password and passphrase generator offers a versatile solution for creating secure, customizable passwords. With support for password size and include uppercase, numbers and symbols.

Features

  • Generation of passwords with lowercase letters, uppercase letters, numbers, and symbols.
  • Generation of passphrases with random words.
  • Customization of password length.
  • Choice of generation method: password or passphrase.
  • Display of generated password strength.

Install

To Install using crates.io

cargo install passguard

Example Usage

passguard
Choose a method (password/passphrase): passphrase
Show password strength? (y/n): y
---------------------------------
Enter the minimum word length: 5
Enter the maximum word length: 5
Enter the number of words in the passphrase: 5
Enter the character to separate the words: -
Include uppercase letters? (y/n): y
Include numbers? (y/n): y
---------------------------------
Your password: Y6nwl-Rs3ep-4uoxr-Zgow4-Q9ykl
---------------------------------
Password strength: Very strong (Score: 4/4)
Crack time (Online with throttling (100 per hour)): centuries

Dependencies

~5–7.5MB
~122K SLoC