Menu

CRC-32 and CRC-64 operating parameters for WIN7 x32 and x64?

2016-09-13
2023-08-14
  • Jonathan Broyles

    Hi, after installing 7zip on my Win7 x64 computer, I noticed that I now have CRC-32 and CRC-64 available to check files with. I would like to use these at work but I need to verify them against known CRC programs and files. Does any one know what the following parameters are that are used in each of these programs? Thanks, Jonathan

    • Polynominal
    • Initial CRC value
    • Type of algorithm, Direct no augmented zero bits or augmented zero bits
    • Value xor'd with final CRC value
    • Are data bytes reflected before processing (UART) or not
    • Is CRC reflected before final Xor
    • Is the data/msg stream reversed or not before processing
     
  • Igor Pavlov

    Igor Pavlov - 2016-09-13

    CRC-32 - same as ZIP, Gzip, xz.
    CRC-64 - same as xz utils (wikipedia writes that it's ECMA-182).

    So you can check any details in source code of zip/gzip/7z/xz.
    And you can check exact digest values with sofware 7-Zip / xz utils / gzip / info-zip.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.