How can decode the encoded data

Discussion in 'PHP' started by onlinetalk, Jun 3, 2009.

  1. #1
    How can we decode the encoded data? Can you please help giving some suggestions?
     
    onlinetalk, Jun 3, 2009 IP
  2. givemeknol

    givemeknol Active Member

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #2
    Using these functions: htmlentities, html_entity_decode.
     
    givemeknol, Jun 3, 2009 IP
  3. onlinetalk

    onlinetalk Guest

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Would you explain more about using this function, I am unknown about coding.
     
    onlinetalk, Jun 4, 2009 IP
  4. atlantaazfinest

    atlantaazfinest Peon

    Messages:
    389
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Technically you make no sense, what encoded data are you referring to??
     
    atlantaazfinest, Jun 4, 2009 IP
  5. Dennis M.

    Dennis M. Active Member

    Messages:
    119
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Yeah, what kind of encoding/decoding are you looking for? You have many types of built in encryptions in PHP (base64, md5, etc.) not to mention if you're looking at someone else's software, they may have made their own encryption or used a combination + salt kind of encryption.

    Regards,
    Dennis M.
     
    Dennis M., Jun 4, 2009 IP
  6. myersdp

    myersdp Peon

    Messages:
    145
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well it depents on the type of encrytion whether its a 1 way encrytion md5 or sha. And that cannot be decoded. If you 2 way encrytion like base64_encode. You can decode that.
     
    myersdp, Jun 6, 2009 IP
  7. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #7
    There are so many types of encoding we have no idea what one you are talking about give more details
     
    Bohra, Jun 6, 2009 IP
  8. onlinetalk

    onlinetalk Guest

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    What type of data can we encode? Can we encode all data which are important for us?
     
    onlinetalk, Jun 8, 2009 IP
  9. jhbalaji

    jhbalaji Well-Known Member

    Messages:
    1,474
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    140
    #9
    We can decode all most all type of data's
    If you are well with PHP Base64 and MD5 can be done easily by online tools
    But ioncube and zend decoding can be only done by a PHP Geek mate...
     
    jhbalaji, Jun 8, 2009 IP
  10. Worldwidirectory

    Worldwidirectory Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    What are you talking about?. By the way, what is encoded (base64...) can be decoded. What is hashed (md5...) can't.
     
    Worldwidirectory, Jun 8, 2009 IP
  11. onlinetalk

    onlinetalk Guest

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks for your reply.
    Yes, can you say the name of online tools to decode PHP Base 64 and MD5? I will be very happy for that.
    Thanks.
     
    onlinetalk, Jun 8, 2009 IP
  12. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #12
    google for "base64 decode" and "md5 rainbow tables"
     
    matthewrobertbell, Jun 9, 2009 IP