Skip to content

Use cryptographically secure random source for password generation #48

@daurnimator

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions