Skip to content

Add secure password generator using secrets module#577

Open
MahithaJV wants to merge 1 commit intoShow-Me-the-Code:masterfrom
MahithaJV:add-secure-password-generator
Open

Add secure password generator using secrets module#577
MahithaJV wants to merge 1 commit intoShow-Me-the-Code:masterfrom
MahithaJV:add-secure-password-generator

Conversation

@MahithaJV
Copy link

PR Description Example:
Description

Added a secure password generator implementation using Python's secrets module instead of random for better cryptographic security.

Changes Made

Used secrets.choice() instead of random.choice()

Added main guard

Improved readability

Fixes #576

@haitao888
Copy link

haitao888 commented Feb 28, 2026 via email

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

easy password generator

2 participants