keepassxc/src/crypto
Christian Kieschnick eca9c658f4
Add sharing of groups between databases
* Add source folder keeshare for sharing with corresponding define WITH_XC_KEESHARE
* Move common crypto parts to src/crypto/ssh
* Extended OpenSSHKey
* Move filewatching to own file (currently in two related classes DelayedFileWatcher and BulkFileWatcher)
* Small improvements for style and code in several classes
* Sharing is secured using RSA-Keys which are generated on demand
* Publisher signs the container using their private key
* Client can verify the signed container and choose to decline an import,
import only once or trust the publisher and automatically import all
data of this source henceforth
* Integration of settings into Group-Settings, Database-Settings and Application-Settings
* Introduced dependency QuaZip as dependency to allow combined export of
key container and the (custom format) certificate
2018-10-01 10:39:37 -04:00
..
argon2 Formatting the code. 2018-03-31 16:01:30 -04:00
kdf Add a new database settings wizard 2018-09-25 21:12:47 +02:00
ssh Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
Crypto.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
Crypto.h Add support for various algorithms for kdbx4 2018-01-13 14:23:26 -05:00
CryptoHash.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
CryptoHash.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
Random.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
Random.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
SymmetricCipher.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
SymmetricCipher.h Replaced Uuid with QUuid 2018-07-06 22:23:49 -04:00
SymmetricCipherBackend.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
SymmetricCipherGcrypt.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
SymmetricCipherGcrypt.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00