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

Generate breached passwords script #14

Merged
merged 46 commits into from
Oct 24, 2023

Conversation

ni-jessica
Copy link
Collaborator

No description provided.

@ni-jessica ni-jessica linked an issue Oct 15, 2023 that may be closed by this pull request
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
Copy link
Owner

@csirianni csirianni left a 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.

backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
backend/database/generatePasswords.py Outdated Show resolved Hide resolved
Copy link
Owner

@csirianni csirianni left a 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.

backend/src/main.cpp Outdated Show resolved Hide resolved
backend/src/passwords.cpp Outdated Show resolved Hide resolved
backend/src/passwords.cpp Outdated Show resolved Hide resolved
backend/src/passwords.cpp Outdated Show resolved Hide resolved
backend/src/passwords.cpp Outdated Show resolved Hide resolved
backend/src/passwords.cpp Outdated Show resolved Hide resolved
backend/tests/test.cpp Outdated Show resolved Hide resolved
backend/README.md Show resolved Hide resolved
backend/CMakeLists.txt Outdated Show resolved Hide resolved
backend/CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Collaborator

@stellaljung stellaljung left a 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.

stellaljung
stellaljung previously approved these changes Oct 23, 2023
.vscode/settings.json Outdated Show resolved Hide resolved
backend/src/main.cpp Outdated Show resolved Hide resolved
backend/src/password.cpp Show resolved Hide resolved
@csirianni csirianni merged commit dbbe895 into main Oct 24, 2023
3 checks passed
@csirianni csirianni deleted the 7-create-breached-password-generator-script branch October 24, 2023 21:29
@csirianni csirianni changed the title feat: generate breached passwords script Generate breached passwords script Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create breached password generator script
3 participants