Reputation: 1599
I want to unzip and read the password protected docx file in java. i want too know the algorithm used..please help me..
Thanks in advance...
Upvotes: 0
Views: 1531
Reputation: 162761
Parsing Microsoft format documents (including docx) in Java is typically done with Apache POI. You'll likely need to know the password for your password protected file.
Upvotes: 1