keepassxc/share/translations
Jonathan White 80809ace67 Replace all crypto libraries with Botan
Selected the [Botan crypto library](https://github.com/randombit/botan) due to its feature list, maintainer support, availability across all deployment platforms, and ease of use. Also evaluated Crypto++ as a viable candidate, but the additional features of Botan (PKCS#11, TPM, etc) won out.

The random number generator received a backend upgrade. Botan prefers hardware-based RNG's and will provide one if available. This is transparent to KeePassXC and a significant improvement over gcrypt.

Replaced Argon2 library with built-in Botan implementation that supports i, d, and id. This requires Botan 2.11.0 or higher. Also simplified the parameter test across KDF's.

Aligned SymmetricCipher parameters with available modes. All encrypt and decrypt operations are done in-place instead of returning new objects. This allows use of secure vectors in the future with no additional overhead.

Took this opportunity to decouple KeeShare from SSH Agent. Removed leftover code from OpenSSHKey and consolidated the SSH Agent code into the same directory. Removed bcrypt and blowfish inserts since they are provided by Botan.

Additionally simplified KeeShare settings interface by removing raw certificate byte data from the user interface. KeeShare will be further refactored in a future PR.

NOTE: This PR breaks backwards compatibility with KeeShare certificates due to different RSA key storage with Botan. As a result, new "own" certificates will need to be generated and trust re-established.

Removed YKChallengeResponseKeyCLI in favor of just using the original implementation with signal/slots.

Removed TestRandom stub since it was just faking random numbers and not actually using the backend. TestRandomGenerator now uses the actual RNG.

Greatly simplified Secret Service plugin's use of crypto functions with Botan.
2021-04-05 22:56:03 -04:00
..
CMakeLists.txt Fix mixed translations for keepassxc-cli (#3732) 2019-10-30 09:53:57 -04:00
keepassx_ar.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_bg.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_ca.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_cs.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_da.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_de.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_en_GB.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_en_US.ts Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
keepassx_en.ts Merge branch 'master' into develop 2021-01-12 18:24:59 +01:00
keepassx_es.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_et.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_fi.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_fr.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_hr_HR.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_hu.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_id.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_it.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_ja.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_ko.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_lt.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_nb.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_nl_NL.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_pl.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_pt_BR.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_pt_PT.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_ro.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_ru.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_sk.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_sv.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_th.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_tr.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_uk.ts Update translations 2020-10-21 22:46:55 +02:00
keepassx_zh_CN.ts Update translations 2021-01-12 17:49:13 +01:00
keepassx_zh_TW.ts Update translations 2021-01-12 17:49:13 +01:00
update.sh Remove old translation files before pull 2020-07-06 19:20:06 -04:00