srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2.06k stars 310 forks source link

Cannot extract encrypted files when the password contains a german umlaut #500

Open glasen opened 1 year ago

glasen commented 1 year ago

Hi,

I've the problem that zip4j does not like umlauts (ä, ö, and ü) in a password. A normal password without any umlauts works fine. The zip-file can be extracted with all normal programs. Only zip4j cannot use the password.

crusy commented 7 months ago

Hi, I just tried with password "hällö-wörld" and it seems to work with v2.11.5. Can you verify?

glasen commented 5 months ago

Yes. Now it seems to work. Maybe the zip-file i've tested had some issues.