Struct mpw::SeedGenerator [] [src]

pub struct SeedGenerator { /* fields omitted */ }

Generates the seeds needed for password creation.

Methods

impl SeedGenerator
[src]

[src]

Create a new seed generator that will generate seeds using the supplied identity and master password.

The identity will usually be the real name of the person who we are generating seeds for.

[src]

Creates a new seed that can be turned into a passsword.

The message should be what we're generating a password for. This will usually be the domain name of a website. The counter makes it so multiple passwords per message are possible.