masamitsu-murase/seven_zip_ruby

AES support?

davearonson opened this issue · 1 comments

Do you intend to add support to create AES-256 encrypted zip files any time soon? Or is it already in there and I just didn't understand how to use it? I'm trying to find a Ruby-based way to do this (for use in a Rails app), so even if you know of other ways, I'd love to hear it.

Thanks,
Dave

Do you intend to add support to create AES-256 encrypted zip files any time soon?

I'm sorry, but I don't have a plan to support it.
This gem library is developed to support 7z format, but not to support other formats, such as zip or gzip.

if you know of other ways...

I think that using 7z command line is a reasonable way.
Calling it via system is not smart but reasonable.

Regards,
Murase