-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels