From 1624cffb2a2145625d195df8b4c2c6354e514ca3 Mon Sep 17 00:00:00 2001 From: Markus Kreusch Date: Thu, 2 Feb 2017 17:34:39 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8872955be..fb45efcab 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ For more information on the security details visit [cryptomator.org](https://cry ### Dependencies -* Java 8 + JCE unlimited strength policy files (needed for 256-bit keys) +* Java 8 (min. 8u51, we recommend to use the current version) +* [JCE unlimited strength policy files](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html) (needed for 256-bit keys) * Maven 3 * Optional: OS-dependent build tools for native packaging (see [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Linux](https://github.com/cryptomator/builder-containers))