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

Fix randomization bug in GenerateRandomPassword function. #988

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

fadiksho
Copy link
Contributor

@fadiksho fadiksho commented Sep 9, 2023

The function GenerateRandomPassword always return same output as the defined valid chars without applying any randomization.

// Testing done by executing the function in PowerShell

Input

GenerateRandomPassword
GenerateRandomPassword 5

Output (Bug)

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#^_-+=?<>|~
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#^_-+=?<>|~

Output after fix

Z230b>?muoy54aQW
3|VFC

@jasontaylordev jasontaylordev merged commit bb2de1a into jasontaylordev:main Sep 24, 2023
2 checks passed
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.

2 participants