How to open password protected zip file using truezip library in java
Please show me sample of code how to open password protected file using truezip library.
If 开发者_如何学Cyou don't have a link to sample code please show me method to open this file.
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
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
精彩评论