checksum
C# Get the Client Application Checksum from the WCF Service
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[详细]
2023-02-12 14:30 分类:问答Need some guidance on producing checksums in Perl
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[详细]
2023-02-12 07:51 分类:问答After having downloaded a big files from HTTP how to check if it's ok?
Are there any way to send an http request to know开发者_开发问答 for example the md5 of a file?[详细]
2023-02-11 10:43 分类:问答Calculating CRC in awk
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[详细]
2023-02-10 15:38 分类:问答Checksum Failure [closed]
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[详细]
2023-02-09 06:26 分类:问答Does the ICMP Header Checksum include the data as well?
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[详细]
2023-02-08 14:48 分类:问答How can I simplify and optimize this checksumming code?
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?[详细]
2023-02-07 12:01 分类:问答How to checksum an entire folder structure? [duplicate]
开发者_如何学运维This question already has answers here: Hashing a Tree Structure (11 answers) Closed 2 years ago.[详细]
2023-02-07 02:08 分类:问答Good checksum to speed up searches
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[详细]
2023-02-06 13:41 分类:问答Transfer files using checksums only?
Would it be possible to transfer large files using only a system of checksums, and then reconstruct the original file by calculations?[详细]
2023-02-06 13:13 分类:问答