Skip to content

Use cryptographically secure random source for password generation #48

Description

@daurnimator

Issue: [B311:blacklist] Standard pseudo-random generators are not suitable for security/cryptographic purposes.

447	        for c in range(10):
448	            pw.append(random.choice(wordList))
449	        return " ".join(pw).rstrip()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions