LeeC22 625 Posted February 17 Share Posted February 17 Anyone who uses the decompiled scripts a lot, will notice that all the hashes in the decompiled scripts are signed hashes but if you generate a Hash in OpenIV, it is an unsigned hash. For a script modder, the decompiled scripts are our biggest reference source, so we need to be able to generate hash values that are compatible with the values we see in those scripts. Even if the Dec option generated both as an "unsigned / signed" option in the output window it would be fine. The *other* tool, which ironically seems to mock OpenIV, makes the error of generating case-sensitive hashes by default (with no option to turn that off) and when you are copy-pasting values from the scripts, case-sensitivity is something you don't want because the scripts use upper-case a lot. Something about throwing stones and glass houses comes to mind here. Thanks Link to post Share on other sites