Registry / utility / passwords

passwords

JSON →
library3.1.16rscratesunverified

This crate provides useful tools to generate multiple readable passwords, as well as analyze and score them.

# Cargo.toml [dependencies] passwords = "3.1.16"
INSTALL
IMPORT
SIG · PASSWORDS
P
passwords
utilityrustv3.1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PasswordGenerator
use passwords::PasswordGenerator;

Generate a single readable password.

use passwords::PasswordGenerator; fn main() { let pg = PasswordGenerator::new().unwrap(); let password = pg.generate_one().unwrap(); println!("Generated password: {}", password); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
passwords — cargo add passwords · libregistry