ThePlace

Home ] Search ] Resources ] Site Map ] Contact Me ]
Dave's Information Technology Resource

Up ]

Web and Computer Security ] [ Privacy and Security ] SSL ] Digital Signatures and Certificates ] Digital Payments ] Controlling Web Access ] Protecting a Web Server ]

--- Privacy and Security ---

Derived from: Web Security, Privacy, and Commerce, S. Garfinkel & G. Spafford, O'Reilly, 2002

What is Privacy?

bulletFour torts in American law that define privacy:
  1. Privacy intrusion: intruding into someone's space.
  2. Disclosure of private facts: publication of information about an individual which has no compelling public interest to be published.
  3. Portrayal of information in false light: publishing details that are not true or could be misinterpreted.
  4. Appropriation: use a person's name or likeness without permission.
bulletBottom line: from Prof. Alan Westin of Columbia University (1967), a definition of information privacy: "the claim of individuals, groups, or institutions to determine for themselves when, how, and to what extent information about them is communicated to others."
bulletInformation can be categorized into:
bulletPersonal: information about a person (name, date of birth, parents, education).
bulletPrivate: information that is generally no known to the public: educational records, financial records, etc.
bulletPersonally identifiable: shoe size, weight, etc.
bulletAnonymized: personal or private information that has been changed to hide the identity of the individual.
bulletAggregate: e.g., census information including economic, living conditions, total number of male/female, educational level.
bulletUser-provided information is commonly collected in web sites; there are few restrictions on what is collected OR how it is used.

Web Privacy Issues

bulletWeb systems collect a great deal of information via:
bulletWeb server log files: web servers collect IP addresses, date/time, pages visited, referring link (where did you come from), errors if any.
bulletRADIUS (Remote Authentication Dial-In User) logs are collected by ISPs and include: date/time, user name, phone numbers, etc..
bulletMail logs: track date/time, source, destination, subject.
bulletDNS logs: bind DNS nameserver logs track resolution of domain names (who/when went where).
bulletCookies: permanent and temporary information stored on a user machine.  Often benign, they are used to maintain state information (i.e., moving data from one web page to the next).
bulletWeb Bugs: typically a 1X1 pixel image that links to different server causing the collection of information (see web server log info).
bulletProtecting privacy techniques
bulletChoose reliable service providers; check reputation, published privacy rules, Better Business Bureau.
bulletUse good passwords (avoid family/common names, cool buzzwords, dates, common numbers, etc.).
bulletProtect your passwords -- don't write them down, reuse them, share them, change them periodically.
bulletWeb browser techniques: clear your cache, clear your history, clean out old cookies.
bulletAvoiding identity theft:
bulletShred your trash.
bulletMonitor your credit report.
bulletCarry only what you need in your wallet.
bulletCancel unneeded credit cards and accounts.
bulletAvoid using Social Security numbers in accounts.
bulletUse one credit card for store purchases, another for web.
bulletNever give out information.
bulletUse passwords.

 

 

Home ] Up ] Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Multimedia ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] XML Technology ] Web Glossary ]

Copyright © 1999 - 2005 
ThePlace - Written and Sponsored by Dave Hillman