r_pass

Crates.ior_pass
lib.rsr_pass
version0.2.0
created_at2025-12-22 02:12:31.674143+00
updated_at2025-12-28 15:44:13.725573+00
descriptionA program to quickly create a secure* password
homepage
repository
max_upload_size
id1998912
size43,262
insanick (insanick)

documentation

README

r_pass

Password Generator project built on Rust

Usage

./r_pass

Creates a quick secure* secret key

*[16 character string, alphanumeric and symbols]

Planned Updates

  • Graceful Failures
  • Interactive mode
    • Will prompt the user for desired password options. (Complexity and length)

Panics

This binary currently does NOT fail gracefully.

However, the only reason this code would not run successfully is if stdout cannot be flushed. I will be adding graceful failures in a future release.

Commit count: 0

cargo fmt