keepassxc/src/crypto
Jonathan White c830f85c09 Various minor bug fixes / enhancements
* Fix issues when Config options were renamed
* Fix compile issues when using clang 10
* Rearrange database menu icons and import database menu icons
* Set minimum size of MainWindow to 800 to prevent search bar from hiding
* Fix not saving password generator options when closing the standalone generator
* Add headers to health check reports
* Don't show hidden content dots when notes are hidden but empty.

* Fix saving new database files in SMB shares on Windows, fixes #4809

* Gracefully handle duplicate attachments :
Instead of bailing out with an error, prepend a random string to the name of duplicate attachment records. This prevents data loss from other programs that mishandled KDBX XML writing. Fixes #2493

* Properly handle blocked import of signed KeeShare database, fixes #4413
2020-06-04 10:03:40 -04:00
..
argon2 Formatting the code. 2018-03-31 16:01:30 -04:00
kdf Perform one KDF benchmark at a time 2020-04-08 12:52:32 -04:00
ssh Various minor bug fixes / enhancements 2020-06-04 10:03:40 -04:00
Crypto.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
Crypto.h Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
CryptoHash.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
CryptoHash.h Corrected formatting and cleanup 2019-01-16 22:53:29 -05:00
Random.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
Random.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
SymmetricCipher.cpp Improve existing code prior to implementing FDO Secrets 2019-05-12 12:35:42 -04:00
SymmetricCipher.h Restore correct formatting 2018-11-28 18:29:15 -05:00
SymmetricCipherBackend.h Merge branch 'develop' 2018-12-18 22:28:56 -05:00
SymmetricCipherGcrypt.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
SymmetricCipherGcrypt.h Merge branch 'develop' 2018-12-18 22:28:56 -05:00