mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-30 07:34:40 -05:00
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 | ||