Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix db password generator #457

Closed
drshrey opened this issue Apr 29, 2019 · 0 comments · Fixed by #458
Closed

Fix db password generator #457

drshrey opened this issue Apr 29, 2019 · 0 comments · Fixed by #458
Labels
P/Medium Priority: Medium T/Bug Type: Bug

Comments

@drshrey
Copy link
Contributor

drshrey commented Apr 29, 2019

Currently, the database password generator function will output the same sequence given the same time value as the input in the Seed function. If the system clock was hacked to be the same value every time this function was called, then passwords would be the same for all dbs created afterwards. We should make it so the sequence is random no matter what every single time the function is invoked.

@drshrey drshrey added T/Bug Type: Bug P/Medium Priority: Medium labels Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P/Medium Priority: Medium T/Bug Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant