Currently, when a password is null or empty, the following is thrown:
throw new ZipException("empty or null password provided for AES decryption");
Other exceptions have a type associated except for this one. It would be useful to have a "PASSWORD_EMPTY" zip exception type, or something along those lines.
Currently, when a password is null or empty, the following is thrown:
throw new ZipException("empty or null password provided for AES decryption");Other exceptions have a type associated except for this one. It would be useful to have a "PASSWORD_EMPTY" zip exception type, or something along those lines.