I already have one byte[]
for zip file in memory. Now I want encrypt it, when user download it, it can be open use a tools like winRAR
and enter the password.
I've tried zip4j
, btu it does not support stream.
How can I do it?
I already have one byte[]
for zip file in memory. Now I want encrypt it, when user download it, it can be open use a tools like winRAR
and enter the password.
I've tried zip4j
, btu it does not support stream.
How can I do it?