RE: Checksums and best way to get'em
RE: Checksums and best way to get'em
- Subject: RE: Checksums and best way to get'em
- From: "Ramakrishna Kondapalli" <email@hidden>
- Date: Tue, 8 Jun 2004 19:26:39 +0530
- Thread-topic: Checksums and best way to get'em
Eric Wu placed a project in the net. I think it is a free source code. I have downloaded that code. If you want, I can send that code. It uses MD5,MD4,sha, sha1 etc for calculating the checksum.
-----Original Message-----
From: Konstantin Anoshkin [
mailto:email@hidden]
Sent: Tuesday, June 08, 2004 3:56 PM
To: email@hidden; Ramakrishna Kondapalli
Cc: email@hidden
Subject: Re: Checksums and best way to get'em
>
You cal use OS command cksum on the selected file. In cocoa you can
>
call
>
this through NSTask.
>
>
You can also write your own method for example. Make an NSString with
>
the file content and then call the checksum on NSString
Remember, though, that the longer your check sum is, the less it's
probable that 2 different strings/files have equal check sums.
----------------------------------------------------------------------
The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others
authorized to receive it. It may contain confidential or legally privileged information.
If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the qontents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.