From 19cab919afd26c14d4df214f51ae05c49432e1d1 Mon Sep 17 00:00:00 2001 From: gogowitczak Date: Tue, 8 Apr 2014 23:59:41 +0200 Subject: Modified Spinner values for CreateKeyDialog. Added info for user about custom key length restrictions. --- OpenKeychain/src/main/res/values/strings.xml | 7 ++++++- 1 file changed, 6 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 c1d62fd52..d0959f255 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -249,7 +249,7 @@ Successfully exported 1 key. Successfully exported %d keys. No keys exported. - Note: only subkeys support ElGamal, and for ElGamal the nearest keysize of 1536, 2048, 3072, 4096, or 8192 will be used. + Note: only subkeys support ElGamal. Note: generating RSA key with length 1024-bit and less is considered unsafe and it\'s disabled for generating new keys. Couldn\'t find key %08X. @@ -375,12 +375,17 @@ 512 + 768 1024 + 1536 2048 + 3072 4096 8192 Custom key size Type custom key length (in bits): + RSA key length must be greater than 1024 and at most 8192. Also it must be multiplicity of 8. + DSA key length must be at least 512 and at most 1024. Also it must be multiplicity of 64. fast -- cgit v1.2.3