+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: MD5 Hash

  1. #11
    Mr_Dark is offline Newbie
    Join Date
    Feb 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Nice class, helped my a lot.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Thundergod is offline Newbie
    Join Date
    Feb 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Nice, ty.

  4. #13
    bramsey123 is offline Newbie
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    thanks

  5. #14
    killcode's Avatar
    killcode is offline Learning Programmer
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    96
    Rep Power
    0

    Re: MD5 Hash

    Hey thanks, i will have a look at this tomorow

  6. #15
    killcode's Avatar
    killcode is offline Learning Programmer
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    96
    Rep Power
    0

    Re: MD5 Hash

    Says theres a build error

  7. #16
    hindus_pl is offline Newbie
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Thanks a lot.

  8. #17
    killcode's Avatar
    killcode is offline Learning Programmer
    Join Date
    Feb 2009
    Location
    United kingdom, SE london
    Posts
    96
    Rep Power
    0

    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;

  9. #18
    retronoodle2 is offline Newbie
    Join Date
    Apr 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Thanks, Will check it out.

  10. #19
    CallBackGuy is offline Newbie
    Join Date
    Mar 2009
    Posts
    29
    Rep Power
    0

    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?

  11. #20
    Switchy is offline Newbie
    Join Date
    May 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Thank you dude. Thats what im searching for!

    Best Regards, Switchy

+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hash Cryptography, why so speedy?
    By liamzebedee in forum General Programming
    Replies: 6
    Last Post: 06-21-2011, 11:59 PM
  2. Hash tables
    By camouser1s in forum C and C++
    Replies: 2
    Last Post: 03-29-2011, 11:20 AM
  3. Pascal: The hash symbol?
    By FireGator in forum Pascal and Delphi
    Replies: 2
    Last Post: 09-11-2010, 10:50 AM
  4. Help Returning a Hash
    By BlackMage in forum Java Help
    Replies: 0
    Last Post: 01-18-2010, 05:28 AM
  5. Password hash
    By im-not-alive in forum Database & Database Programming
    Replies: 8
    Last Post: 12-28-2007, 11:49 AM

Tags for this Thread

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