zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

Avoid implementing Crypto-Algorithms by yourself

Open oli-h opened this issue 2 years ago • 1 comments

In package net.lingala.zip4j.crypto you implemented well known crypto-algprithms:

  • PBKDF2
  • AES

Both are offered out-of-the-box in JDK's javax.crypto library. Propose to use those as they are well tested and established - and potentially faster.

oli-h avatar Oct 26 '23 21:10 oli-h