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, 11021👍, 0💬
Popular Posts:
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
What is the difference between strings and character arrays? A major difference is: string will have...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...