About 1,770,000 results
Open links in new tab
  1. Hash Code and Checksum - what's the difference?

    Mar 17, 2015 · A checksum is intended to verify (check) the integrity of data and identify data-transmission errors, while a hash is designed to create a unique digital fingerprint of the data.

  2. Checksum vs. Hash: Differences and Similarities?

    Sep 27, 2018 · What are similarities and differences between a "checksum" algorithm and a "hash" function? Similar, they are both deterministic and can map a variable size data to a …

  3. How is a CRC32 checksum calculated? - Stack Overflow

    The part that gets me is when he says "this is it" and then adds on, "oh by the way, it can be reversed or started with different initial conditions," and doesn't give a clear answer of what the …

  4. md5 - What checksum algorithm should I use? - Stack Overflow

    What checksum algorithm should I use? Asked 14 years, 7 months ago Modified 4 years ago Viewed 53k times

  5. What's the difference between a CRC and a checksum?

    Mar 6, 2023 · CRC (Cyclic Redundancy Check) is a type of checksum, specifically a position dependent checksum algorithm (among others, such as Fletcher's checksum, Adler-32). As …

  6. What are the differences between CHECKSUM() and …

    6 I've found that checksum collisions (i.e. two different values returning the same checksum) are more common than most people seem to think. We have a table of currencies, using the ISO …

  7. Can anyone define the Windows PE Checksum Algorithm?

    Jun 3, 2017 · The PE checksum algorithm above is effectively the same as the original MS-DOS checksum algorithm. The only differences are the location to skip and replacing the XOR …

  8. checksum - Windows equivalent of linux cksum command - Stack …

    Jun 27, 2023 · I'm looking for a way to compute CRC checksums cross platform. cksum works on Linux, AIX, HP-UX Itanium, Solaris, but is there an equivalent command available in Windows …

  9. windows - What is the best way to calculate a checksum for a file …

    Jan 26, 2009 · 0 for sure the certutil is the best approach but there's a chance to hit windows xp/2003 machine without certutil command.There makecab command can be used which has …

  10. What is the difference between CHECKSUM_AGG() and …

    Oct 13, 2011 · CHECKSUM_AGG will perform a checksum across all the values that are being aggregated, coming up with a value. It's typically used to see if a collection of values (in the …