Any zipengine mod use AES-256 encryption?

BlitzMax Forums/BlitzMax Programming/Any zipengine mod use AES-256 encryption?

Tachyon(Posted 2009) [#1]
I am currently using Koriolis ZipStream module. Passwords work with ZipCrypto encryption, but not if you use AES-256 encryption (archive created using 7-Zip). Is there a similar zip module that can read AES-256 encrypted files?

Or, maybe a better question would be: is ZipCrypto an easily crackable encryption? Is it unnecessary to require AES-256 support in a zip module?