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

creating a new group should check for the groups password strength #10

Closed
KonstantinGasser opened this issue Jul 13, 2021 · 0 comments
Closed
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@KonstantinGasser
Copy link
Owner

When creating a new group the user needs to set a password to encrypt and decrypt the vault. As of now the password is not checked for its strength.

If the user adds a new group the password should be checked for its strength by using the security.PasswordStrength function altering if the password is insecure.

sherlock add group (not implemented but will be as laid out it #9) should therefore also have a --insecure flag to allow insecure passwords.

Furthermore the password check should also be implemented for setting up the default group when running sherlock setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant