know any good ways to Encrypt HTML source code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RoTT
    So Fucking Banned
    • Apr 2003
    • 360

    #1

    know any good ways to Encrypt HTML source code?

    As many programs as possible would be great
  • ace0r
    Confirmed User
    • Feb 2001
    • 1410

    #2
    web protector

    Comment

    • woj
      <&(©¿©)&>
      • Jul 2002
      • 47882

      #3
      ...it doesn't take much skill to "decrypt" html encrypted with those, and they may screw up the pages for some visitors... so it's probably not worth your time....
      Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
      Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
      Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

      Comment

      • FiReC
        Confirmed User
        • Jan 2002
        • 2350

        #4
        RoTT - reminds me of the kickass old school game Rise of the Triad!
        www.nubilefilms.com | www.nubiles.net | www.anilos.com | tubescript.nubiles.net | icq4162727

        Comment

        • RoTT
          So Fucking Banned
          • Apr 2003
          • 360

          #5
          Originally posted by FiReC
          RoTT - reminds me of the kickass old school game Rise of the Triad!
          hahaha I played that game a few times

          Comment

          • Nas7782
            Confirmed User
            • Oct 2003
            • 493

            #6
            I heard Persian Kitty has a full proof html decoder that requires little effort.
            I sale cheap sigwhore

            Comment

            • TheSaint
              Confirmed User
              • Jun 2003
              • 991

              #7
              There is no such thing, period. The way HTML works, is, you have to send it in clear text for the other side to render it.
              I have no signature

              Comment

              • mryellow
                Confirmed User
                • May 2001
                • 934

                #8
                You can't "encrypt" HTML.

                You can "obfuscate" it. Meaning you can make it hard to read.

                You can "encode" the characters into their HEX equivalent.

                However you can not encrypt. The browser needs to be able to
                read the HTML, if it's encrypted in any way the browser won't
                have a clue what to do with it.

                That being said you could put the entire HTML in an encrypted
                string and have jav-as-cript decrypt it. However because the
                browser needs to see the decrypted version it would be a very
                simple task to print the decrypted HTML with only a very slight
                modification to the code.

                Really unless you've found a new fantastic way to make text bold
                I doubt there is any point. :-) HTML is pretty simple stuff, not like
                it's possible to find the cure for cancer or anything that valuable
                in HTML.

                -Ben
                Last edited by mryellow; 04-20-2004, 09:00 PM.
                Cyberwurx Hosting
                After trying 5 different hosts, I found the best.
                Since 1997 I've had 2 hours of downtime.
                Fast support, great techs, no hype, no gimmicks.

                <- I in no way endorse whatever just got stuck on the left of my post.

                Comment

                • psyko514
                  See sig. Join Epic Cash.
                  • Oct 2002
                  • 22366

                  #9
                  like Nas said, just use what PK uses.

                  Bad Girl Bucks
                  - 50% Revshare through CCBill.
                  Promote BrandyDDD, Pixie's Pillows, Action Allie and more!

                  Phoenix Forum Pics | Webmaster Access Montreal pics
                  email: psyko514(a)gmail.com | icq: 214-702-014

                  Comment

                  • myneid
                    Confirmed User
                    • Jan 2003
                    • 736

                    #10
                    why would you want to encrypt your html code.

                    its not a huge secret.

                    html is a convention for formatting text.

                    if you are thinking about hiding your html code becasue you think somebody is going to steal it you are thinking way too much. if anything it takes less time to just recreate an html page by anybody with any skills.
                    Tanguy 0x7a69 inc. Programmer/President/CEO
                    http://www.0x7a69.com
                    A Leader in Programming since 1996
                    PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

                    Comment

                    • jennycards
                      Confirmed User
                      • Feb 2002
                      • 1124

                      #11
                      By definition you cannot protect HTML. However you may protect dynamic content like PHP, ASP, Java or Flash.
                      Make Money with true niche programs like Adult ECards - Pantyhose Fetish - Men in Pantyhose

                      Comment

                      • EddiePulp
                        Confirmed User
                        • Mar 2004
                        • 1332

                        #12
                        Using Ja\/ascr1pt

                        make a js file called mysecretcode.j$ in that file just have lots of docum3nt.wr1t3('&lt;html&gt;');

                        then on the page you wanna show it just use
                        &lt;scr1pt s.rc='mysecretcode.j$' language='ja\/asc1pt1.2' &gt;
                        &lt;/scr1pt&gt;
                        Last edited by EddiePulp; 04-20-2004, 11:19 PM.
                        I dont need a sig.

                        Comment

                        • RoTT
                          So Fucking Banned
                          • Apr 2003
                          • 360

                          #13
                          Originally posted by Nas7782
                          I heard Persian Kitty has a full proof html decoder that requires little effort.
                          anyone know where I can get such a script?

                          Comment

                          • bringer
                            i have man boobies
                            • Jul 2003
                            • 13082

                            #14
                            Originally posted by FiReC
                            RoTT - reminds me of the kickass old school game Rise of the Triad!
                            ill sell you the original cd with book and box for $500
                            333-765-551

                            Comment

                            • Serge Litehead
                              Confirmed User
                              • Dec 2002
                              • 5190

                              #15
                              Originally posted by RoTT
                              As many programs as possible would be great
                              use of https (mod_ssl / openssl) sometimes prohibits viewing source of a page.
                              you'll need signed secure certificate too.

                              Comment

                              • Ash@phpFX
                                Confirmed User
                                • Nov 2003
                                • 4292

                                #16
                                seriously there is no point, ive never seen any HTML that i cant do myself, and im no specialist, its simple shit so theres no point hiding it

                                Comment

                                • juliap
                                  Registered User
                                  • Oct 2003
                                  • 30

                                  #17
                                  I think there was a perl script for this, try Google or any perl resource

                                  Comment

                                  Working...