User Tag List

Results 1 to 5 of 5

Thread: MD5 Question...

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MD5 Question...

    According to THIS page , Hello should = 8b1a9953c4611296a827abf8c47804d7

    When I try this using the Quickhash Object, I get

    Hello = b73bf7d3ba1a517644661bc4bcd85f9a

    Any idea as to why they are different...?

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2006
    Posts
    271
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MD5 Question...

    It works alright for me:

    get MDFive Hash$( "QuickHash object", "Hello") = 8b1a9953c4611296a827abf8c47804d7

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MD5 Question...

    Possible mistakes:
    -unneed space ("Hello ")
    -Not capitalized right ("hello")
    -MD2 or 4 instead of 5.

  4. #4
    No Products Registered

    Join Date
    Jan 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MD5 Question...

    Yep the right one is: 8b1a9953c4611296a827abf8c47804d7.

    Tip:
    Using the XML object you can communicate with http://www.schwett.com/md5 to check for md5 matches. ( http://schwett.com/md5/xmlabout.php )

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MD5 Question...

    Quote Originally Posted by Robbie
    It works alright for me:

    get MDFive Hash$( "QuickHash object", "Hello") = 8b1a9953c4611296a827abf8c47804d7
    Ahh, didn't know about "get MDFive Hash$"

    That worked perfectly.

    Thanks for your helpful replies , folks!

Posting Permissions

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