3

Please show me sample of code how to open password protected file using truezip library.

If you don't have a link to sample code please show me method to open this file.

jzd
  • 23,473
  • 9
  • 54
  • 76
Grzegorz
  • 31
  • 2

2 Answers2

2

Have a look at the answers of this question: several suggestion are available. A quick google search make me thinks that TrueZip supports only its own encryption: read here

Community
  • 1
  • 1
MarcoS
  • 13,386
  • 7
  • 42
  • 63
0

TrueZIP supports only its own encryption scheme: ZIP.RAES alias TZP

Any other ZIP encryption scheme, e.g. WinZIP encryption, is not available at this time.

If you want this feature supported, you can vote for it here: http://java.net/jira/browse/TRUEZIP-9

Christian Schlichtherle
  • 3,125
  • 1
  • 23
  • 47