From 57378be1c07893e2231e485d6289d53d522aa7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 25 Jul 2015 14:32:47 +0200 Subject: Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos --- OpenKeychain/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 ddf10c988..144617cd2 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -343,6 +343,7 @@ "Not Signed" "Invalid signature!" + "Invalid signature (Insecure Cryptography)!" "Signed by unconfirmed key" "Signed by your key" "Signed by confirmed key" @@ -351,6 +352,7 @@ "Signed by unknown public key" "Encrypted" "Not Encrypted" + "Insecure Encryption" "Show" "Lookup" "Either the signature is invalid or the key has been revoked. You cannot be sure who wrote the text. Do you still want to display it?" @@ -1163,7 +1165,7 @@ "Encountered trailing, symmetrically encrypted data" "Encountered trailing data of unknown type" "Unlocking secret key" - "Potentially insecure encryption algorithm has been used!" + "Insecure encryption algorithm has been used!" "Starting signature check" -- cgit v1.2.3