Crate mpw [] [src]

This crate implements the Masterpassword algorithm in Rust.

Structs

Seed

A seed can be turned in a password.

SeedGenerator

Generates the seeds needed for password creation.

Constants

CHAR_CLASS_N

A character class representing numbers.

TEMPLATES_PIN

A template for generating 4 digit PIN codes.

Type Definitions

Template

A template is a slice of character slices. It describes which characters are valid at each position in a password.