If you are creating a web-based form where you want the visitor to enter data and submit the form to the web server for processing, you may want to use SSL (secure socket layer) encryption service. This is especially true if you are entering credit card numbers or other sensitive information.
When using SSL service, as the data is transmitted from the client's browser to the web server, all information on the form is encrypted. Once it is received at the web server it is automatically decrypted, and you can then store it or process it as usual on the web server.
- 0 Users Found This Useful
Related Articles
How do I request an SSL certificate for my site?
We can install an SSL certificate for you on your site for a one time additional fees plus the...
What's the difference between using my own certificate and using your shared one?
There are no differences besides comestic wise.E.g.https://www.yourdomain.com/ (using your own...
I can't get SSL to work with my frame pages. Why?
A frame of a frames page cannot be served securely. For a framed page to be served securely the...
Why do I get the message 'some items are insecure'?
For a server to serve a page securely all items, including graphics, must be accessed using the...
Why do my pages load more slowly when I use SSL?
SSL pages are slower because of the overhead needed to encrypt and decrypt the data. The web...