Replies: 3 comments
-
If the password is invalid and |
Beta Was this translation helpful? Give feedback.
-
my first problem is |
Beta Was this translation helpful? Give feedback.
-
The behavior you're describing is normal. If You can also have a look at the code below which shows how to handle encrypted entries without checking the zip.js/tests/all/test-crypto.js Lines 21 to 41 in dfe4c11 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for a password protected zip, if read with
checkPasswordOnly
, unable to getData, always returnundefined
e.g. a zip with a json file and password
test
: d.zipif not set
checkPasswordOnly
, the content will be returned, but how to check if the zip was set the target password or not?zipReader can read anyway for a non-password zip without
checkPasswordOnly
, unable to check if the right password was set. meanwhile unable togetData
withcheckPasswordOnly
Beta Was this translation helpful? Give feedback.
All reactions