-
Notifications
You must be signed in to change notification settings - Fork 50
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
[PM-3435] Passphrase generator #262
Conversation
No New Or Fixed Issues Found |
2386905
to
c056e91
Compare
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.
This review uses Conventional commits.
I think this is an excellent start, the password.rs
file is getting a bit large and we can benefit from separating the two generators. We can break up the generation in a few functions that are easily unit tested which will increase our confidence in the code long term.
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.
Looks great, thanks.
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.
- ❌,
⚠️ - BLOCKS APPROVAL - for more significant problems or concerns needing attention - 💭 - for open-ended inquiry that's not quite a confirmed issue and could potentially benefit from discussion
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.
Just do what you're going to do.
# Conflicts: # crates/bitwarden/src/tool/generators/mod.rs
Type of change
Objective
Added passphrase generator, including
bw
cli support