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: Konstantin Anoshkin <email@hidden>
- Date: Tue, 8 Jun 2004 14:26:03 +0400
>
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.