Results 3 issues of JValck

I'm trying to use the `TaskEditor` in one of my UWP projects. Unfortunately I'm unable to do this, because the library depends on `System.Windows.Forms`.

enhancement

The apache repo allows to use passwords when enforcing readonly access. The current implementation is securitywise weak as anyone can remove te restrictions. See [the official apache docs](https://poi.apache.org/apidocs/dev/org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceReadonlyProtection-java.lang.String-org.apache.poi.poifs.crypt.HashAlgorithm) ``` public...

enhancement
docx

The pervious PR (#38 ) wrongly detected binary strings as UTF-8. Reverting to ff617a0 is not a good option as this would still leave the UTF-8 unfixed (see #38 )....