+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 11 to 20 of 30

Thread: MD5 Hash

  1. #11
    Newbie Mr_Dark is an unknown quantity at this point
    Join Date
    Feb 2009
    Posts
    1

    Re: MD5 Hash

    Nice class, helped my a lot.

  2. #12
    Newbie Thundergod is an unknown quantity at this point
    Join Date
    Feb 2009
    Posts
    1

    Re: MD5 Hash

    Nice, ty.

  3. #13
    Newbie bramsey123 is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    1

    Re: MD5 Hash

    thanks

  4. #14
    Learning Programmer killcode is an unknown quantity at this point killcode's Avatar
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    90

    Re: MD5 Hash

    Hey thanks, i will have a look at this tomorow

  5. #15
    Learning Programmer killcode is an unknown quantity at this point killcode's Avatar
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    90

    Re: MD5 Hash

    Says theres a build error

  6. #16
    Newbie hindus_pl is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    1

    Re: MD5 Hash

    Thanks a lot.

  7. #17
    Learning Programmer killcode is an unknown quantity at this point killcode's Avatar
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    90

    Re: MD5 Hash

    Hey, thanks got it working now silly me

    But dude there a error here:

    std::cout << hash1 << std::endl; << hash2 std::endl;

    it should be:

    std::cout << hash1 << std::endl << hash2 << std::endl;

  8. #18
    Newbie retronoodle2 is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    1

    Re: MD5 Hash

    Thanks, Will check it out.

  9. #19
    Learning Programmer CallBackGuy is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    29

    Re: MD5 Hash

    Quote Originally Posted by Xav View Post
    It's a shame you are using inbuilt functions instead of using your own algorithm. But what the heck, +rep.
    No need to re-invent the wheel, eh?

  10. #20
    Newbie Switchy is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    1

    Re: MD5 Hash

    Thank you dude. Thats what im searching for!

    Best Regards, Switchy

+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (1 members and 1 guests)

  1. hodge-podge

Similar Threads

  1. Replies: 0
    Last Post: 10-29-2008, 10:00 PM
  2. Coder Battle #1: Hash Algorithm
    By Jordan in forum Games
    Replies: 74
    Last Post: 10-13-2008, 08:17 AM
  3. Replies: 3
    Last Post: 08-25-2008, 11:20 PM
  4. Password hash
    By im-not-alive in forum Database & Database Programming
    Replies: 8
    Last Post: 12-28-2007, 01:49 PM
  5. Replies: 0
    Last Post: 11-28-2007, 06:49 AM

Bookmarks

Posting Permissions

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