Skip to content

password generator.py uses the random module to build passwords want to change it onto secrets #232

Description

@bhumikakadbe

The script uses random.sample() to generate passwords, which is not cryptographically secure and can produce predictable values for secrets passwords should be generated with the secrets module (e.g., secrets.choice() or secrets.token_urlsafe()).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions