#passwords #password-generator #apple #format #suggestions #strong #secure

bin+lib apple-password-gen

Generate passwords in the format used by Apple's Strong Password Suggestion

2 releases

new 0.1.1 Feb 15, 2025
0.1.0 Nov 12, 2024

#279 in Authentication

Download history 117/week @ 2024-11-12 14/week @ 2024-11-19 13/week @ 2024-12-24 108/week @ 2025-02-11

108 downloads per month

MPL-2.0 license

6KB
73 lines

apple-password-gen

Generate secure passwords using the same format used by apple passwords.

Usage (CLI)

cargo install apple-password-gen

Then run:

apple-password-gen

Usage (Library)

In addition to the cmdline tool, you can also use the library in your own projects.

cargo add apple-password-gen

Then in your code:

fn main() {
    let password = apple_password_gen::generate();
    println!("{}", password);
}

Dependencies

~1.5MB
~18K SLoC