keepassxc/src/keys
Janek Bevendorff 5996ba51c9 Use PasswordKey for storing transformed secrets.
The transformed secrets were stored in normal QByteArrays,
which are at risk of being swapped out. We now use secure
PasswordKey objects instead. There are still a few areas
where QByteArrays are used for storing secrets, but since
they are all temporary, they are less critical. It may be
worth hunting those down as well, though.
2019-11-09 11:33:32 +01:00
..
drivers Fix building without features 2019-10-29 23:03:39 -04:00
ChallengeResponseKey.h Restore correct formatting 2018-11-28 18:29:15 -05:00
CompositeKey.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
CompositeKey.h Restore correct formatting 2018-11-28 18:29:15 -05:00
FileKey.cpp Code formatting 2019-05-19 18:21:34 -04:00
FileKey.h Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
Key.h Restore correct formatting 2018-11-28 18:29:15 -05:00
PasswordKey.cpp Use PasswordKey for storing transformed secrets. 2019-11-09 11:33:32 +01:00
PasswordKey.h Use PasswordKey for storing transformed secrets. 2019-11-09 11:33:32 +01:00
YkChallengeResponseKey.cpp CLI: Add Yubikey unlock support 2019-09-22 18:11:40 -04:00
YkChallengeResponseKey.h Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
YkChallengeResponseKeyCLI.cpp CLI: Add Yubikey unlock support 2019-09-22 18:11:40 -04:00
YkChallengeResponseKeyCLI.h CLI: Add interactive session mode command open 2019-09-28 11:24:42 -04:00