kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

umlimited strength crypto zip import fails silently with v5.4 #147

Closed ralfhauser closed 6 years ago

ralfhauser commented 6 years ago

Steps to reproduce the behavior:

  1. download jce_policy-8.zip
  2. browse to the location of the zip
  3. Nothing happens

(same non-happening if you drag the zip from the Explorer over the downward arrow)

Expected: A progress message or an error message

ralfhauser commented 6 years ago

grafik If I unpack the zip and drag the folder "UnlimitedJCEPolicyJDK8" on the arrow icon, I at least get the above error.

kaikramer commented 6 years ago

Thanks for reporting! This is a duplicate of #146 and will be fixed with the release of KSE 5.4.1 (probably this weekend).

The second issue (the screenshot) looks like a permission problem.

Also, are you sure, it is jre1.8.0_171? Since Java 8 Update 161 the unlimited strength policy files are no longer required (see JDK-8170157 : Enable unlimited cryptographic policy by default in Oracle JDK builds).