Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are secure and non-secure websites?
What are secure and non-secure websites?
✍: Guest
A secure Website uses the Secure Socket Layer (SSL) protocol to securely transmit information on the Internet. Essentially, SSL creates a secure channel of communication between your computer and the Website's server. Web browsers are implemented with SSL so you can visit secure Websites.
What this all means to you is that you can perform safe and secure transactions on the Internet, such as online banking or purchasing an item with your credit card, because SSL encrypts the data before sending it over the Internet.
The SSL setting in your Web browsers is turned on by default. This means that no intervention on your part is needed.
The easiest way to identify whether you're on a secure site is by the Web address in the URL (Uniform Resource Locator). If the Web address begins with https://, then you're in a secure site. If the address begins with http:// (without the "s"), then you are in a non-secure Website. Also, your browser displays a padlock icon to indicate you are in a secure site. Usually, this icon is displayed near the bottom on the right side.
An example of a secure site is WSU's WebMail. Notice that the address in the URL begins with https://, and a small padlock icon indicates that you are at a secure site.
The most important thing to keep in mind is to make sure that you are in a secure site if you plan to perform any transactions that deal with personal or sensitive material.
non-secure or regular web sites (http)-....
2008-02-14, 10833👍, 0💬
Popular Posts:
How to make elements invisible? Change the "visibility" attribute of the style object associated wit...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
Can two catch blocks be executed? No, once the proper catch section is executed the control goes fin...
How To Give a User Read-Only Access to a Database? - MySQL FAQs - Managing User Accounts and Access ...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...