We are using WCF Services that transfer some data from a Client Application to the Server Application (WCF Service). This last one will apply an algorithm using these data and send back the result to
I\'m needing to produce a checksum for a bunch of data in Perl, and I came across this Digest::MD5 module.It looks like it will fit the bill, but I thought I would ask here to see if anyone has any ad
Are there any way to send an http request to know开发者_开发问答 for example the md5 of a file?
Has anyone implemented the POSIX 1003.2 compiliant CRC algorithm (as output by cksum) in awk/gawk?I\'m needing to do a checksum on an in memory string (not the whole file) and shelling out to call cks
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
As part of a homework assignment, I have to write a C开发者_JS百科 program in Linux that generates ICMP replies to ICMP Echo requests using raw sockets. Does the data in the ICMP Packet have to be inc
Ok this code works but I think it has some necessary steps in the middle to get to the outcome.Any thoughts on how to make it tighter?
开发者_如何学运维This question already has answers here: Hashing a Tree Structure (11 answers) Closed 2 years ago.
I want to speed up the search of my application by creating an checksum index of my strings. Is CRC32 good enough? I\'m not using it for security. Just as a way to represent a string as a hashed(Inte
Would it be possible to transfer large files using only a system of checksums, and then reconstruct the original file by calculations?