Zip with a password?

Hi guys,

Is there any way to use zip archives with a password (by secure reasons)?
Some old examples such http://old.haxe.org/com/libs/format/zip has no info anout this.

Thanks!

Hi,

looking at the api it looks like there isn’t support for it,
you’ll have to either code it yourself or call an external program (like zip on linux) using Sys.command.

Might be an interesting addition to the format ZIP library, not sure what’s required