Signed wordlists #11050
Replies: 3 comments
-
I don't see any advantage of signing word lists. |
Beta Was this translation helpful? Give feedback.
-
No, that is a ton of overhead for no gain in security |
Beta Was this translation helpful? Give feedback.
-
Ok thanks for your responses. Indeed the overhead is rather big. The little gain in security would be for the case where an attacker would be able to change your wordlist such that the generated passphrases would have much less entropy. Also if #10995 gets accepted, there is no more small entropy wordlists anyway :) |
Beta Was this translation helpful? Give feedback.
-
Hello
I've seen that KeePassXC will read PGP signed wordlists (but not verifying the signature).
In principle, signing these files seems like a good idea because the integrity of said wordlists can be protected.
I would be interested in adding this to KeePassXC but I have a couple of questions before:
I think we could implement a mechanism that is more inspired by
openssl
(something likeopenssl dgst -sha256 -sign privatekey.pem -out data.txt.signature data.txt
). This would be much simpler to implement in botan but would lead to two separate files (the wordlist and the wordlist.signature).Again, the principal question is: Should such a mechanism (openssl or PGP) be added to KeePassXC and where will we place the wordlists (ideally multilingual) and the signatures and who will have the private key?
Thanks for your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions