![]() |
![]() |
|
||||||
|
If you plan to collect or convey sensitive information through your web pages, you should ensure that access to those pages is only available through a secure connection. Examples of sensitive information include grades, social security numbers, credit card numbers, phone numbers, and other types of private information. Any page on your www.unlv.edu site can be made secure by using https to call the page. Here is an example of a secure page on the Web Services site: https://www.unlv.edu/depts/web/apply.html Click on the link. Notice that your browser now indicates that the connection is secure by displaying "https" in the URL. Information submitted via this form will be encrypted. UNLV's secure server ID is issued by VeriSign. If you
would like to include the VeriSign seal on your web page as proof
of your site's authenticity, include the following line of code in
your web page where you want the seal to appear. <script src=https://seal.verisign.com/getseal? To view how the above code works, click on the seal below. NOTE: Use of the seal is optional; it is not required to secure a web page. Be careful how you handle information that you collect via a web form. The web session is encrypted; however, how you handle the information after it is submitted is critical. Under no circumstances should you use a cgi script that returns the form data to you in a standard email. Remember, email is sent as plain text over the Internet, and as such, is not safe from interception by third parties. Here are some alternative methods for handling your form data:
CGI scripts are available from numerous websites. A good place to start is The CGI Resource Index. For more information on using cgi with your account, see our cgi page. |
|
|||||
![]() |
||||||
© 2006 University of Nevada, Las Vegas