Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. SSL security..?

SSL security..?

Scheduled Pinned Locked Moved IT & Infrastructure
securityperlsysadminquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alex barylski
    wrote on last edited by
    #1

    When a site is using SSL does this mean it is safe to transfer info from the client computer(web page form) to the server to be processed(Perl, ASP whatever). Is there any additional encrypting that is usually applied to the client info before being sent...? Is this what SSL does and is used for...? "An expert is someone who has made all the mistakes in thier field" - Niels Bohr

    J 1 Reply Last reply
    0
    • A alex barylski

      When a site is using SSL does this mean it is safe to transfer info from the client computer(web page form) to the server to be processed(Perl, ASP whatever). Is there any additional encrypting that is usually applied to the client info before being sent...? Is this what SSL does and is used for...? "An expert is someone who has made all the mistakes in thier field" - Niels Bohr

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      SSL = Secure Sockets Layer Essentially all data sent will be encrypted. It doesn't matter what scripting is used on the server end because the data will be decrypted before it gets to the script (i would hope so anyway :) James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002

      A 1 Reply Last reply
      0
      • J James T Johnson

        SSL = Secure Sockets Layer Essentially all data sent will be encrypted. It doesn't matter what scripting is used on the server end because the data will be decrypted before it gets to the script (i would hope so anyway :) James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002

        A Offline
        A Offline
        alex barylski
        wrote on last edited by
        #3

        So this is to say that public/private key encryption could be used(128 bit) and implemented with JScript for client-side public key encrpytion and Perl for server side private key decryption? SSL for me would cost 500$ a month from VeriSign, which i find a little high for potential start ups:) "An expert is someone who has made all the mistakes in thier field" - Niels Bohr

        M J 2 Replies Last reply
        0
        • A alex barylski

          So this is to say that public/private key encryption could be used(128 bit) and implemented with JScript for client-side public key encrpytion and Perl for server side private key decryption? SSL for me would cost 500$ a month from VeriSign, which i find a little high for potential start ups:) "An expert is someone who has made all the mistakes in thier field" - Niels Bohr

          M Offline
          M Offline
          markkuk
          wrote on last edited by
          #4

          You can use SSL for free, it's an open format. If you want to buy a server certificte that proves your identity, it will cost you money but Verisign isn't the only Certifying Authority. Thawte will sell you a certificate at $125/year.

          1 Reply Last reply
          0
          • A alex barylski

            So this is to say that public/private key encryption could be used(128 bit) and implemented with JScript for client-side public key encrpytion and Perl for server side private key decryption? SSL for me would cost 500$ a month from VeriSign, which i find a little high for potential start ups:) "An expert is someone who has made all the mistakes in thier field" - Niels Bohr

            J Offline
            J Offline
            James T Johnson
            wrote on last edited by
            #5

            If you use SSL through a browser everything is handled between the browser and the server. So you won't have to encrypt anything client side, nor decrypt it on the server; The browser and the server will take care of that for you. I'm not really an expert on it though so thats about all i can tell you :-O James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups