Skip to content

Unit testing and multi-user systems #3

@JessicaMulein

Description

@JessicaMulein

Be aware that this code as it stands has a pretty weak generator and in fact can not generate more than one password per second if you can't pass them all through the same generator instance because the generator is initialized with the clock which only turns over every second. All instances created the same second will create the same sequence of passwords. This hinders unit testing as well. I've been working on a more cryptographically random alternative...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions