keepassxc/tests/gui
Patrick Sean Klein 6f28b5e2ba Limit zxcvbn entropy estimation length
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
2022-09-22 06:49:07 -04:00
..
CMakeLists.txt FdoSecrets: Major Refactor and Code Consolidation (#5747) 2021-02-05 15:07:59 -05:00
TestGui.cpp Limit zxcvbn entropy estimation length 2022-09-22 06:49:07 -04:00
TestGui.h Limit zxcvbn entropy estimation length 2022-09-22 06:49:07 -04:00
TestGuiBrowser.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
TestGuiBrowser.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
TestGuiFdoSecrets.cpp FdoSecrest: allow remember decision for future entries 2022-03-21 08:42:17 -04:00
TestGuiFdoSecrets.h FdoSecrest: allow remember decision for future entries 2022-03-21 08:42:17 -04:00
TestGuiPixmaps.cpp Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
TestGuiPixmaps.h Optimize includes across code base 2021-07-13 22:08:33 -04:00