T
T
trukhachev2017-02-22 09:10:14
Java
trukhachev, 2017-02-22 09:10:14

What libraries do you use to work with encrypted zip in Java 8?

Good day, after taking courses on Java, I decided to practice solving real problems, in one of them I needed to work with encrypted zip archives. From what I found on the Internet zip4j, but it seemed strange to me that it has not been supported since 2013.
What are you using for encrypted zips?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Alexandrov, 2017-02-22
@trukhachev

Support for ZIP archives in Java is out of the box. Not updated does not mean bad, probably just no bugs left.
Encryption in Java is done through, suddenly, the standard Cipher class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question