CRC for cross platform applications
Posted
by Kangkan
on Stack Overflow
See other posts from Stack Overflow
or by Kangkan
Published on 2010-04-19T04:39:10Z
Indexed on
2010/04/19
4:43 UTC
Read the original article
Hit count: 290
I wish to use a common CRC logic in a VB.NEt or C# application as well as on a c/Linux application. I have one c/Linux application that interacts with some webservice (c#) and also a web application (VB.NET). For some data, I want to put a CRC to be added to the data itself (say a flie) from the .NET side and check for the integrity of the data (checking the CRC) on the client and also the vice versa.
Can somebody please guide me?
© Stack Overflow or respective owner