Results 1 to 7 of 7

Thread: obfuscate source code

  1. #1
    Join Date
    Nov 2005
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default obfuscate source code

    Hey,

    What I want to do is obfuscate my pages output so that it cant be read by bots. The output of my pages would be encoded by perl and decoded by javascript. I tried base64, but that didnt work so well with the decoding because it took too long of a time with large pages.

    Thanks

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by kkroo
    What I want to do is obfuscate my pages output so that it cant be read by bots.
    What sort of robots?

    The output of my pages would be encoded by perl and decoded by javascript.
    Therefore users with scripting unavailable or disabled, as well as search engines, cannot view any of those documents.

    Seems like a complete waste of time to me.

    Mike

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

    Default

    See this:
    http://www.dynamicdrive.com/forums/s...ad.php?t=11708

    (If that's what you're talking about.)
    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

  4. #4
    Join Date
    Nov 2005
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i mean like web censoring bots. it needs to be really random as possible so that they cant block the page with a keyword

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

    Default

    They don't try very hard. The Source Code Obfuscator here on DD should probably do fine.
    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!

  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

    Depending upon the censor and all the various considerations involved, what you are talking about could be considered illegal in certain jurisdictions. Why not skip the dirty words and images? If you can't, just let your site be known for what it is.
    - John
    ________________________

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

  7. #7
    Join Date
    Nov 2005
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    what this is for is a web proxy, and i dont want it to get blocked instantly

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
  •