Thread: MD5 encryption.

  1. #1
    Registered User Maz's Avatar
    Join Date
    Nov 2005
    Location
    Finland
    Posts
    194

    MD5 encryption.

    Hi dee Ho board

    I have a simple question, but I did not find simple answer with google
    Is there a function in C++ that does MD5 encryption? ( g++ compiler, under linux )

    Oh, and another question came into my mind.. I have not searched the answer myself yet, since I just now decided that I need to know this... I will probably find this out myself too, but if anyone knows right away, feel free to answer... Is there any good (clear & simple) tuto for socket programming?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Yes, use the search features

    Say "md5 source code"

    And check out the intro threads to the "network programming forum".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  2. Some questions concerning smp and md5
    By keira in forum C Programming
    Replies: 6
    Last Post: 08-31-2007, 03:03 PM
  3. MD5 encryption
    By marker5a in forum C Programming
    Replies: 5
    Last Post: 10-27-2005, 07:19 PM
  4. File Encryption & Read/Write in Binary Mode
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2001, 06:45 PM
  5. Implementing the MD5 encryption library in C
    By Weed4Me in forum C Programming
    Replies: 12
    Last Post: 11-09-2001, 03:10 PM