Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Add passwdqc, optionally require passwords pass both zxcvbn and passwdqc #89

Open
paragonie-scott opened this issue Jul 3, 2016 · 4 comments

Comments

@paragonie-scott
Copy link
Member

paragonie-scott commented Jul 3, 2016

While zxcvbn is a great password strength estimator, there are situations where passwdqc is better. The downside is that passwdqc is pass/fail.

Ideally, administrator passwords should require a zxcvbn score of 4 or higher and should also pass passwdqc's evalutation.

This is going to require a fresh port of passwdqc to PHP, since the existing ones aren't very good.

@kelunik
Copy link
Contributor

kelunik commented Jul 4, 2016

More labels please! config, ui, ux, tools should be removed I think.

@paragonie-scott
Copy link
Member Author

If you could read my mind, you'd understand why those labels were chosen. ;)

But I'm not sure how I'm going to implement this yet, really.

@kelunik
Copy link
Contributor

kelunik commented Jul 4, 2016

If you could read my mind, you'd understand why those labels were chosen. ;)

I'm afraid I can't. :-(

@paragonie-scott
Copy link
Member Author

https://github.com/paragonie/passwdqc - This part is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

2 participants