Thread: MD5 Hash Generation

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    45

    MD5 Hash Generation

    I did a search for how to generate MD5 hash's through C++ or even C, but I was unable to find a answer as to how this is done. It appears that there isn't a standard function for MD5 in C or C++, unless I missed it, so I was hopeing there was a class out there or something. Does anyone know anything that will help me out here? Thanks.

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with unaligned intrinsics
    By The Wazaa in forum C++ Programming
    Replies: 4
    Last Post: 02-18-2009, 12:36 PM
  2. Group Project Help/Volunteer
    By DarkDot in forum C++ Programming
    Replies: 3
    Last Post: 04-24-2007, 11:36 PM
  3. MD5 Hash
    By swanley007 in forum C++ Programming
    Replies: 1
    Last Post: 08-17-2006, 12:48 PM
  4. md5 hash a file
    By rotis23 in forum Windows Programming
    Replies: 4
    Last Post: 11-30-2004, 08:36 PM
  5. MD5 Hash
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 06-12-2003, 06:26 AM