Jonathan White ad9ef88e15
Prevent duplicate entries in passphrase wordlists
Replace a QVector for the wordlist with a QSet. This removes all duplicate entries in a given wordlist.
Thus, it hinders a malicious wordlist that has the proper length (>4000 entries) but with repetitions (effectively << 4000 entries) to be used and potentially create weaker passphrases than estimated.

Example:
List with 4000 items but only 64 unique words would lead to only 48 bit of Entropy instead of ~95 bit!
2024-09-13 22:48:16 -04:00
..
2021-07-13 22:08:33 -04:00
2018-03-31 16:01:30 -04:00
2015-09-12 13:55:50 +02:00
2017-10-21 13:15:02 +02:00
2024-01-30 18:26:45 -05:00
2024-02-04 11:50:52 -05:00
2021-08-22 18:30:43 -04:00
2023-07-15 15:28:16 -04:00
2023-07-15 15:28:16 -04:00
2022-09-22 06:49:07 -04:00
2023-08-05 07:29:14 -04:00
2023-08-05 07:29:14 -04:00
2024-03-09 15:21:46 -05:00
2024-02-04 11:50:52 -05:00
2019-03-19 18:56:17 -04:00
2024-03-09 15:21:46 -05:00