keepassxc/src
Benedikt Rascher-Friesenhausen b2c2f42f30 Allow defining additional characters for the password generator
See issue #3271 for a motivation of this feature.

This patch adds an additional text input to the advanced view of the password generator.  All characters of this input field (if not empty) will be added as another group to the password generator.  The characters from the excluded field have precedence over the characters from this new field, meaning any character added to both fields will *not* appear in any generated password.  As the
characters from this new field will be added as their own group to the password generator, checking the 'Include characters from every group' checkbox will
force at least character to be chosen from the new input field.

The `PasswordGenerator` class has also been changed so that the `isValid` method returns `true` if only characters from the new input field would be used.

There is a new, simple test that covers the new feature.  While the test only uses ASCII characters, any Unicode characters can be used with the new feature.
2020-03-09 23:35:55 -04:00
..
autotype Add OSUtils for platform-specific functionality. 2020-03-05 09:24:11 +01:00
browser Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
cli Dynamically determine database validity 2020-03-07 16:52:24 -05:00
core Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
crypto CLI: set decryption time on create. 2020-01-27 23:00:34 -05:00
fdosecrets FdoSecrets: only enable the settings page when there is actually a service instance 2020-03-09 23:09:12 -04:00
format Move database open to async task 2020-03-07 16:52:24 -05:00
gui Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
keeshare Remove inline password generator when editing entries 2020-03-09 18:03:20 -04:00
keys Use PasswordKey for storing transformed secrets. 2019-11-09 11:33:32 +01:00
proxy Merge branch 'master' into develop 2019-06-12 01:10:25 +02:00
qrcode Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
sshagent SSH Agent: Integration tests against ssh-agent 2020-03-09 23:09:28 -04:00
streams Code quality updates for 2.4.0 (#2709) 2019-02-18 08:26:56 -05:00
totp Encode trailing equal signs from base32 TOTP key 2019-11-10 08:42:50 -05:00
touchid Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
updatecheck Download all favicons (#3169) 2019-07-07 15:29:11 -04:00
zxcvbn Correct zxcvbn build on windows & snap build 2018-02-21 21:59:42 -05:00
CMakeLists.txt Add custom light and dark UI themes 2020-03-05 09:24:11 +01:00
config-keepassx.h.cmake Add Freedesktop.org Secret Storage Spec Server Side API (Fix #1403) 2019-05-12 12:35:42 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Move theme detection into Application 2020-03-09 18:03:20 -04:00