mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Limit the use of zxcvbn based password entropy estimation to 256 bytes. After this threshold, the average per-byte entropy from the zxcvbn calculation is added for each additional byte. In practice, this produces a slightly higher entropy calculation for purely randomized passwords than zxcvbn would normally calculate. However, the time to calculate is capped leading to a much better user experience and removing unnecessary calculations. Fixes #7712 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestGui.cpp | ||
| TestGui.h | ||
| TestGuiBrowser.cpp | ||
| TestGuiBrowser.h | ||
| TestGuiFdoSecrets.cpp | ||
| TestGuiFdoSecrets.h | ||
| TestGuiPixmaps.cpp | ||
| TestGuiPixmaps.h | ||