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

ServerDB: use PasswordGenerator class for generating initial SuperUser password. #2891

Merged
merged 1 commit into from Mar 2, 2017

Commits on Mar 2, 2017

  1. ServerDB: use PasswordGenerator class for generating initial SuperUse…

    …r password.
    
    This replaces our ad-hoc password generator in ServerDB for generating
    the initial SuperUser password.
    
    The original implementation had several problems, including use of a
    non-cryptographically secure random number generator, as well as problems
    with modulo bias.
    mkrautz committed Mar 2, 2017
    Copy the full SHA
    218eb18 View commit details
    Browse the repository at this point in the history