| ACADEMIC COMPUTING and COMMUNICATIONS CENTER | |||||||||
Web Security for Files and Data | ||||||
|
||||||
| Want to secure some of your Web files? | ||||||
|
The "Web Security and Restricted Access at UIC" Web page
explains how: http://www.uic.edu/depts/accc/webpub/security/
If the material you want to secure is for a specific class, you might consider using a class conferencing system such as FirstClass or perhaps Mallard. They were introduced in the Oct/Nov/Dec '97 ADN Connection. For more information, contact the ITL by email at itl@uic.edu or by phone at (312)996-9824, or visit the ITL home page: http://www.uic.edu/depts/accc/itl/ Return to Contents |
||||||
| Restricting Access to Certain Web Files | ||||||
But what about documents you want to distribute on the Web
but are intended to be viewed only by a restricted audience? Can do. In
fact, there are several ways. But first, you'll need to understand two
terms:
In general, the user authenticates him- or herself, sometimes just as a member of a group (e.g. "on campus") or other times as an individual and then the server can make an authorization decision any way it wants to. Return to Contents IP RestrictionsEvery machine on campus has a network address called an IP (Internet Protocol) address, and an associated name, often called the Internet domain or DNS (Domain Name Server) name. The IP address of every machine on the UIC campus starts with either 128.248. or 131.193. Furthermore, the DNS names of all machines on the UIC campus end in uic.edu. For example, the domain name www.uic.edu now corresponds to the IP address 128.248.100.51.Sometimes it's enough to restrict access to anyone using a machine on campus (including the dialup lines); you might not care exactly who the person is. And since everyone on campus is welcome to view your files, you don't care about encryption over the ADN network. Restricting your files to machines that meet IP or DNS name requirements handles this case nicely. Note, that IP addresses can change, and DNS names can change, too, although much more rarely. However, restrictions based on the uic.edu domain name and these IP addresses will hold for UIC for the foreseeable future. Return to Contents Password Restrictions -- BluestemSometimes it's necessary to ask the end user for a password, just so you can let some users in and block others. Most Web servers offer a variation of what's known as basic authentication:
Very briefly, here's how the access to a Bluestem-secured application looks to the end user:
Return to Contents |
||||||
| Security in Transmission: SSL | ||||||
|
Most Web files are transmitted over the network "in the clear"
-- which means that anyone eavesdropping on network traffic anywhere along
the way between the Web server and the browser that requested it could
intercept it. This is not a problem for public documents, but some documents
on the Web are intended for a restricted audience; it wouldn't do if these
documents were intercepted and read this way.
The standard way to combat this is to encrypt the document, and the most standard type of encryption on the Web is SSL, Secure Sockets Layer. One of the reasons it's popular is that you don't have to change the document, you just use a SSL-enabled server and browser to encrypt on the fly. URLs that involve transmission via SSL start with https: as opposed to the more usual http:. UIC runs SSL-enabled servers on tigger and icarus, if you should need them. SSL does two things: Return Contents |
||||||
| Want to know more? | ||||||
|
The first stop is the "Web Security and Restricted Access
at UIC" Web page: http://www.uic.edu/depts/accc/webpub/security/
Also, there were articles in the March/April 1997 ADN Connection discussing encryption techniques in general and SSL and Bluestem in particular. Bob Goldstein, in his guise as www@uic.edu Illustration (c) SoftKey International Inc.
and its licensors.
|
||||||
| The ADN Connection, April/May/June 1998 | Previous: Keeping Secure on the Web | Next: The ADN Post |
| 2000-1-20 connect@uic.edu |
|