Thread: MD5 Hash

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    MD5 Hash

    Howdy,

    I'm working on a program that needs to know the MD5 hash of a password (its intended to be an MSN client for linux), except I don't know how to get that MD5. If someone could tell me a function (for linux) that can give me the MD5 of a string (or a way of working one out) I would be most obliged.

    ~ Paul

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    47
    Try this
    http://www.faqs.org/rfcs/rfc1321.html

    There is a C sourcecode at the end of the doc.

    -
    Robert

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 Generation
    By j0hnb in forum C++ Programming
    Replies: 2
    Last Post: 01-26-2006, 10:31 PM
  5. md5 hash a file
    By rotis23 in forum Windows Programming
    Replies: 4
    Last Post: 11-30-2004, 08:36 PM