CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    May 2003
    Location
    Washington, DC
    Posts
    85

    MD5 checksum help!

    I'm trying to use MD5 to calculate a checksum of a file an object was created from, and then store the file's checksum in the object for comparison later... and I'm having a problem that may be the way I'm storing it. I'm storing the checksum like this: unsigned char CheckSum[16] but I'm wondering id it's better to store it as 4 Ints? Anyone have any idea using MD5?
    Last edited by Thresher; December 17th, 2003 at 03:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured