mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-03 19:50:55 -05:00
5996ba51c9
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. |
||
---|---|---|
.. | ||
drivers | ||
ChallengeResponseKey.h | ||
CompositeKey.cpp | ||
CompositeKey.h | ||
FileKey.cpp | ||
FileKey.h | ||
Key.h | ||
PasswordKey.cpp | ||
PasswordKey.h | ||
YkChallengeResponseKey.cpp | ||
YkChallengeResponseKey.h | ||
YkChallengeResponseKeyCLI.cpp | ||
YkChallengeResponseKeyCLI.h |