-
Notifications
You must be signed in to change notification settings - Fork 0
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
Generate breached passwords script #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can make this more exhaustive of user passwords in the future if we want. Maybe by including a string or enum for the type of passwords to generate. But I don't think it impacts the functionality of the system, so it's fine either way.
… into 7-create-breached-password-generator-script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this. Lots of small details to address, but most of it is not correctness/program logic related. I'll look into the CMakeLists.txt stuff soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: I will help today to refactor based on Cedric's comments, but I reviewed the code and it looks good except for minor c++ details.
No description provided.