-
Hey team,
@filipblnt @m4rk055 @noelmace @TheKinrar
In our meeting on Friday we discussed creating an password strength calculator for use in our products. Here's some information I've gathered …
-
### Symfony version(s) affected
7.0.*
### Description
I am encountering an issue with the PasswordStrength constraint in Symfony. While using the `PasswordStrength::STRENGTH_WEAK` level for passwor…
-
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 zxcvb…
-
### Description
Implement a password expiration policy within Authelia to enhance account security by requiring users to change their passwords periodically.
### Use Case
#### 1. System A…
-
### Symfony version(s) affected
7.1.5
### Description
PasswordStrength Validator doesn't allow for PassswordStrength::STRENGTH_VERY_WEAK
PasswordStrength will not allow use of a strength below 1…
-
### UNFINISHED DRAFT, please do not complain it is not actionable, I will get back to it hopefully in January/February 2023
1. press "decrypt" automatically changes the Salt and IV
2. one can add …
-
Some random thoughts of features worth supporting. This module set will only apply for sites using the built in user authentication and not pass-through to a mail service.
- passphrase
- examples
…
-
-
```
> What features would the enhancement add?
calculation of shannon entropy (bits/char [float] as well as whole-word total
entropy [int])
> What parts of the project would this effect?
None.
It…
-
---
### 💡 **Feature Request: Comprehensive Password Evaluation API**
#### **Description:**
We aim to implement a new API route that provides a comprehensive evaluation of user passwords. This…