From cbbfbf3dda9a9f7b6912d39f02cd74177fd91509 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 2 Feb 2014 09:49:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe3b9971..20e1e4137 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Multiplatform transparent client-side encryption of your files in the cloud. ## Security - Default key length is 256 bit (falls back to 128 bit, if JCE isn't installed) - PBKDF2 key generation -- 4096 internal bit masterkey +- 4096 bit internal masterkey - Cryptographically secure random numbers for salts, IVs and the masterkey of course - Sensitive data is swiped from the heap asap - Lightweight: Complexity kills security