Results 1 to 2 of 2

Thread: MD5 hash string

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default MD5 hash string

    Dear All,
    i am no expert and not so pro as you guys are, and i really tried nearly every page I know, but can somebody HELP ME PLEASE???
    I need the following to be decrypted/decoded whatso ever:

    f51f8ac89d7ed68f94bb30ce656e2549

    I am really gratefull for help and support!!!

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    an md5 hash cannot be decrypted.

    a hash is not a code. it's one-way only. that's why they're so suitable for use in password systems.

    The only way to "crack" it would be via brute force (i.e., try every possible combination until you get the same result).

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
  •