From 3d8eda6e3e3748e32e4c47a405cd8c6962e28a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 2 Aug 2015 23:34:00 +0200 Subject: Improve comments and reasons in PgpConstants, simple checks for insecure asymmetric keys --- OpenKeychain/src/main/res/values/strings.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 071e085f3..72406aaab 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1134,7 +1134,6 @@ "File size is unknown" "Modification time: %s" "Signature check NOT OK!" - "Unsupported and potentially insecure hash algorithm!" "Verifying signature data" "Signature check OK" "Saving signature data for later" @@ -1144,7 +1143,6 @@ "Data is corrupt!" "Unknown error unlocking key!" "Integrity check error!" - "Missing integrity check! This can happen because the encrypting application is out of date, or from a downgrade attack." "No valid OpenPGP encrypted or signed data found!" "Encountered an error reading input data!" "Error opening input data stream!" @@ -1165,7 +1163,10 @@ "Encountered trailing, symmetrically encrypted data" "Encountered trailing data of unknown type" "Unlocking secret key" - "Insecure encryption algorithm has been used!" + "Insecure encryption algorithm has been used! This can happen because the application is out of date, or from an attack." + "Insecure hash algorithm has been used! This can happen because the application is out of date, or from an attack." + "Missing the Modification Detection Code (MDC) packet! This can happen because the encrypting application is out of date, or from a downgrade attack." + "Insecure key: Either the bit length of RSA/DSA/ElGamal is too short or the ECC curve/algorithm is considered insecure! This can happen because the application is out of date, or from an attack." "Starting signature check" -- cgit v1.2.3