Package org.apache.poi.examples.crypt
Class OOXMLPasswordsTry
- java.lang.Object
-
- org.apache.poi.examples.crypt.OOXMLPasswordsTry
-
public final class OOXMLPasswordsTry extends Object
Tries a list of possible passwords for an OOXML protected file Note that this isn't very fast, and is aimed at when you have just a few passwords to check. For serious processing, you'd be best off grabbing the hash out with POI or office2john.py, then running that against "John The Ripper" or GPU enabled version of "hashcat"