EncryptionInfo info = new EncryptionInfo(fs);
Decryptor d = Decryptor.getInstance(info);
d.verifyPassword(password);
InputStream is2 = d.getDataStream(fs);
final LoadFromZipNG loader = new LoadFromZipNG();
return loader.get(is2);
} catch (java.security.InvalidKeyException e) {
/* Wrong password results in:
*
Caused by: java.security.InvalidKeyException: No installed provider supports this key: (null)