mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-23 13:35:21 -04:00
SSH Agent: Support old AES-128-CBC encrypted keys
This commit is contained in:
parent
d2359df2b0
commit
d58e3ca34d
4 changed files with 74 additions and 6 deletions
|
@ -63,6 +63,7 @@ private:
|
|||
|
||||
QString m_type;
|
||||
QString m_cipherName;
|
||||
QByteArray m_cipherIV;
|
||||
QString m_kdfName;
|
||||
QByteArray m_kdfOptions;
|
||||
QByteArray m_rawPrivateData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue