7-Zip Hash Length
#2
I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the correctness of the hash.

If you really want you can still try to understand the information mentioned here https://github.com/philsmd/7z2hashcat#ex...ash-format about the output format. As you might guess, if the hash had to be "truncated" ($7z$128$... ), the hash of course could be smaller than "normally".

Unfortunately, there is no such thing as a "normal" size for the output, it all depends on the data itself (e.g. the length used for the crc32 checksum of the first file)... (and as mentioned above it also depends whether it could/had to be truncated ... and if it was compressed heavily).

As you can see, there are many factors that come into play... but I wouldn't worry too much.

BTW: if you really want, you could try to provide more information about the steps you did (how you extracted the "hash") and how the first few fields of your "hash" look like (e.g. whether it was truncated or not, remember: do not post hashes here! In this case the only intresting parts would be e.g. the outputted total hash length, file size and first few fields) ... but honestly I wouldn't worry too much if 7z2hashcat successfully managed to extract the "hash"


Messages In This Thread
7-Zip Hash Length - by ZipTime - 05-06-2017, 07:11 PM
RE: 7-Zip Hash Length - by philsmd - 05-07-2017, 11:02 AM
RE: 7-Zip Hash Length - by ZipTime - 05-08-2017, 07:05 PM