Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: HTML Decrypter

  1. #1
    Join Date
    Sep 2006
    Location
    saint morning
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML Decrypter

    hey! can somebody teach me where to find an html decrypter? thanx

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    html isn't encrypted, and can't be, because it is sent to a browser and the browser uses that code to display the page.
    The only "encryption" you can have with html is just scrambling a bit so it looks weird to humans, but the computer sees it the same way (there's a script like that here on DD).

    What exactly are you trying to do?
    We can't help without a bit more specific info...
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2006
    Location
    saint morning
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Im trying to decrypt an html code in friendster.com that was encrypted. Those profiles that are using lay outs. if i view the source the html codes are encrypted..

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If you send us a link to the page, we can probably tell you how to "decrypt" it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Sep 2006
    Location
    saint morning
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    visit this site


    http://www.friendster.com/user.php?uid=6002866

    He is using lay out and his lay out (HTML is encrypted) can this encrypted html be decrypted?

    thanx

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    One needs to log on to even see that page and I have no intention of becoming a friendster member. Anyways, FireFox with the developer's extension:

    http://www.mozilla.org/download.html

    and:

    http://chrispederick.com/work/webdeveloper/

    has an option to 'view generated source'. That will 'decrypt' many 'protected' source codes.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Java, or C++ are a couple of examples of encrypted languages. Once you compile them they unreadable, but HTML, JavaScript, or CSS are read by the browser exactly the way you read it.
    - Mike

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by mburt
    Java, or C++ are a couple of examples of encrypted languages. Once you compile them they unreadable, but HTML, JavaScript, or CSS are read by the browser exactly the way you read it.
    Not so, the browser reads it only in so far as it is valid according to the browser's programming, skipping everything else and inserting 'implied' code in places.

    However, that isn't the issue. HTML pages may be 'encrypted' in many ways. Most of these involve scripts and/or the use of various sorts of javascript and/or HTML entities to obscure the 'plain english' version of the HTML code.
    Last edited by jscheuer1; 09-17-2006 at 07:15 PM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Java, or C++ are a couple of examples of encrypted languages.
    Compiled, not encrypted. They can still be decompiled.
    HTML, JavaScript, or CSS are read by the browser exactly the way you read it.
    They're still converted into instructions for the computer at some point. The only difference is that the conversion happens after they've been distributed.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Sep 2006
    Location
    Live in SE Tennessee, USA
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question HTML - mission impossible

    HTML is impossible for me, I have found. If I were younger, I could beat the socks off you young whippersnappers. But age has taken its toll, alas! I am 63 with some bad illnesses. I try to keep my mind active and often try things new.

    My brother wrote programs for TVA before he retired. He loaned me a very simple book about HTML. I am trying to take it slow, but it is still like a foreign language.

    I guess I am limited to using PSP or Front Page to make any pages I want. I would love to learn html cause it is a challenge for me. But my mind is not as agile at it once was. Anyone got a better solution?

    mamawsandy

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
  •