7Zip Hash, missing SALT? (Salt-value exception)
#11
yeah, change it back to 1

and change 09, 10 and 11 to the values that are for instance used by the example hash:
$112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d67c60b56aad338f20c0dcc5eb811c7a61128ee0746f922cdb9c59096869f341c7a9cb1ac7bb7d771f546b82cf4e6f11a5ecd4b61751e4d8de66dd6e2dfb5b7d1022d2211e2d66ea1703f96

This means that the encrypted data is 112 bytes, the decrypted version of this data should be 98 bytes and of course field 11, the data, must be 224 bytes long (i.e 112 * 2 because of hex)
You should leave all the other fields unchanged (both before and after the fields 9,10 and 11)


Messages In This Thread
RE: 7Zip Hash, missing SALT? (Salt-value exception) - by philsmd - 03-19-2018, 11:07 PM