1 / 46

Privacy: Whose Information Is It?

Privacy: Whose Information Is It?. Business transactions expose personal information Pay by check, credit, debit card Buy mail order or web transaction Using “preferred customer” card or number Buying a product that required registration (warranty, service) Merchant gathers this information

foster
Download Presentation

Privacy: Whose Information Is It?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Privacy: Whose Information Is It? Business transactions expose personal information Pay by check, credit, debit card Buy mail order or web transaction Using “preferred customer” card or number Buying a product that required registration (warranty, service) Merchant gathers this information Time, date, place of purchase Buyer personal information Price, product id numbers, products bought together

  2. Privacy: Whose Information Is It? What is privacy? Examine a transaction of buying Dating for Total Dummies Information linking the purchase with the customer How can the information be used? Book merchant collecting information is ordinary business practice Book merchant sending advertisements to customer is ordinary business practice What about merchant selling information to other businesses?

  3. Modern Devices and Privacy In the past, violations of privacy were more difficult without a person knowing of it Modern devices make it possible to violate people's privacy without their knowledge In 1890, Brandeis wrote that individuals deserve "sufficient safeguards against improper circulation" of their images

  4. Controlling the Use of Information Spectrum of control spans four main possibilities: No uses. Information should be deleted when the store is finished with it Approval or Opt-in. Store can use it for other purposes with customer's approval Objection or Opt-out. Store can use it for other purposes if customer does not object No limits. Information can be used any way the store chooses Fifth possibility is internal use—store can use information to continue conducting business with you

  5. A Privacy Definition Privacy: The right of people to choose freely under what circumstances and to what extent they will reveal themselves, their attitude, and their behavior to others Threats to Privacy: Government and business Regime spying on citizens Employee surveillance Use/abuse of transaction information (or citizen records)

  6. Information Disclosure Voluntary Disclosure: We choose to reveal information in return for real benefits Tell doctors personal facts for health reasons Allow credit card companies check records for the convenience of using the card Allow employers to read email, knowing that the computing services allow us to be employed and work efficiently Give to the government personal records in exchange for benefits of citizenship

  7. Fair Information Practices OECD (Organization of Economic Cooperation and Development) in 1980 developed the standard eight-point list of privacy principles. Limited Collection Principle Quality Principle Purpose Principle Use Limitation Principle Security Principle Openness Principle Participation Principle Accountability Principle

  8. Fair Information Practices Limited Collection Principle: there are limits to what can be collected, and it must be done with the consent of the subject Quality Principle: personal data collected must be accurate, complete, and up-to-date, and relevant to the purposes for which it is being used Purpose Principle: these purposes should be clearly stated when data is collected, and uses limited to those purposes

  9. Fair Information Practices Use Limitation Principle: personal data should not be disclosed or used for purposes other than stated, except with the consent of the subject (or as allowed by law) Security Principle: personal data is to be protected by reasonable security measures against disclosure, unauthorized access, misuse, modification, or loss Openness Principle: There should be general openness of policies and practices about data collection, making it possible to know of its existence, kind, and purpose of use, as well as the identity and contact information for the data controller

  10. Fair Information Practices Participation Principle: an individual should be able to determine if the data controller has personal information about him/her Discover what the data is in a timely manner, in understandable form, and at reasonable cost If an inquiry is denied the individual should be allowed to find out why and be able to challenge the denial; the individual can also challenge the data itself and if successful, have the data erased, completed, or corrected Accountability Principle: the data controller should be accountable for complying with these principles

  11. Comparing Privacy Across the Atlantic U.S. has not adopted OECD principles China does not protect privacy European Union has European Data Protection Directive (OECD principles) EU Directive requires data on EU citizens to be protected at same standard even when it leaves their country

  12. US Laws Protecting Privacy Privacy Act of 1974 covers interaction with government Interactions with business: Electronic Communication Privacy Act of 1986 Video Privacy Protection Act of 1988 Telephone Consumer Protection Act of 1991 Driver's Privacy Protection Act of 1994 Health Insurance Privacy and Accountability Act of 1996 These all deal with specific business sectors—not an omnibus solution

  13. Privacy Principles: European Union Two points of disagreement between FTC (US) and OECD (Europe): Opt-in/Opt-out When can an organization take information it collects for one purpose, and use it for a different purpose? Opt-out is US standard except for highly sensitive data; Opt-in is European standard Compliance/Enforcement US has "voluntary compliance," EU has offices to control data

  14. A Privacy Success Story Do-Not-Call List Telemarketing industry's "self-policing" mechanism required individuals to write a letter or pay an on-line fee to stop telemarketing calls US government set up Do-Not-Call List. Over 175,000,000 households are on the list and telemarketing industry has largely collapsed

  15. The Cookie Monster Cookie: Record containing seven fields of information that uniquely identify a customer's session on a website. Cookie is stored on customer's hard drive. First field is the server that sent the cookie, the last field is the unique id of the web browsing session www.nasm.si.edu FALSE / FALSE 2052246450 CFTOKEN 89367880 Cookies are used to create an extended session out of the many small client/server interactions involved in Web browsing… The server can ask for the cookie when you visit the page, and see you are the same user from page to page

  16. The Cookie Monster (cont'd) Abuse: Third-party cookie Third party advertisers on web site enter client/server relationship with customer as page loads Advertiser can set cookies, and can access cookies when user views other websites that advertiser uses Browser options: Turn off cookies, accept none Ask user each time a server wants to set a cookie Accept all cookies

  17. Identity Theft Americans do not enjoy the Security Principle Those who hold private information are obliged to maintain its privacy against unauthorized access and other hazards Identity theft is the crime of posing as someone else for fraudulent purposes Using information about person like credit card numbers, social security numbers

  18. Managing Your Privacy Purchase up-to-date anti-virus/anti-spyware software Adjust your cookie preferences to match your comfort level Read the privacy statement of any website you give information to Review protections against phishing scams

  19. Managing Your Privacy (cont'd) Patronize reputable companies for music, software, etc. Be skeptical Stay familiar with current assaults on privacy Lobby for US adoption of Fair Information Practices

  20. Encryption And Decryption Encryption Terminology Encryption: Transform representation so it is no longer understandable Cryptosystem: A combination of encryption and decryption methods Cleartext or Plaintext: Information before encryption Cipher text: Information in encrypted form One-way cipher: Encryption system that cannot be easily reversed (used for passwords) Decryption: Reversing encryption process

  21. XOR: An Encryption Operation Exclusive OR: Interesting way to apply a key to cleartext Combines two bits by rule: If the bits are the same, the result is 0; if the bits are different, the result is 1 XOR is its own inverse (to decrypt back to original text)

  22. Encrypting a Message Two students writing messages to each other decide to encrypt them Key is 0001 0111 0010 1101 They use XOR encryption First write down ASCII representation of the letters in pairs XOR each resulting 16-bit sequence with their key If any bit sequence is XORed with another bit sequence and the result is XORed again with the same key, the result is the original bit sequence It makes no difference if the key is on the left or right

  23. Breaking the Code Longer text is easier to decode Notice what bit sequences show up frequently Knowledge of most frequent letters in the cleartext language in English most common letters are e, t, a, o, … Smarter byte-for-byte substitutions Group more than two bytes Be sure not to exchange the key over unsecured connection

  24. Public Key Cryptosystems People who want to securely receive information publish a key that senders should use to encrypt messages Key is chosen so only the intended receiver can decode

  25. Code Cracker's Problem How can it be secure when the key is published? All that is sent is the remainder Bits left over from dividing manipulated data by the key So how can the receiver decrypt?

  26. RSA Public Key Cryptosystem Relies on prime numbers Any number can be factored into primes in only one way Choosing a Key (special properties) Must be product of two unique primes, p and q KR = pq p and q must be about 64 or 65 digits long to produce a 129-digit public key p and q must also be 2 greater than a multiple of 3

  27. Encrypting a Message Divide cleartext into blocks of bits Treat the blocks as binary numbers and cube each block Divide each block by the public key, and keep the remainders Transmit the remainders as the message

  28. Simple Example (encryption) We will use 6-bit blocks for simplicity Send ****$0.02 as an encrypted message p=5, q=11, Kr = pq = 55 ASCII 0010 1010 0010 1010 0010 1010 0010 1010 0010 0100 0011 0000 0010 1110 0011 0000 0011 0010 ASCII grouped in 6-bit blocks 0010 1010 0010 1010 0010 1010 0010 1010 0010 0100 0011 0000 0010 1110 0011 0000 0011 0010 Interpret each block as a number T = 10, 34, 40, 42, 10, 34, 16, 48, 11, 35, 0, 50

  29. Cube each number 1000, 39304, 64000, 74088, 1000, 39304, 4096, 110592, 1331, 42875, 0, 125000 Divide each number by the key Kr=55, get remainder 1000 = 55 * 18 + 10 4096 = 55 * 74 + 26 39304 = 55 * 714 + 34 110592 = 55 * 2010 + 42 64000 = 55 * 1163 + 35 1331 = 55 * 24 + 11 74088 = 55 * 1347 + 3 42875 = 55 * 779 + 30 1000 = 55 * 18 + 10 0 = 55 * 0 + 0 39304 = 55 * 714 + 34 125000 = 55 * 2272 + 40 The remainders are used as the cipher text (the message we transmit) C = 10, 34, 35, 3, 10, 34, 26, 42, 11, 30, 0, 40 Simple Example (encryption)

  30. The Decryption Method Compute the quantity s = (1/3)(2(p-1)(q-1) + 1) If the cipher text numbers C are each raised to the s power, Cs, and divided by the key KR, the remainders are the original cleartext That is, for some quotient c that we don't care about: Cs = KR * c + T (applied to a block)

  31. Simple Example (decryption) Compute s for our p and q s = (1/3)(2(p-1)(q-1) + 1) = (1/3)(2(5-1)(11-1) + 1) = 27 Cipher text was 10, 34, 35, 3, 10, 34, 26, 42, 11, 30, 0, 40 Take the fourth block, let C = 3 Compute Cs = C27 3^27 = 7,625,597,484,987 Divide this number by the key (55) 3^27 = 55 * 138,647,226,999 + 42 Remainder is what we want… 4th cipher text block decrypts to 42 (which matches the original plaintext)

  32. Summarizing the RSA System Three steps: Publishing: pick p, q that are prime (and 2 larger than a multiple of 3), define key K as p*q; compute s; keep p, q, and s secret, and publish key K Encrypting: sender uses the public key K to convert plain text to cipher text, transmit the cipher text Decrypting: receiver uses the secret s (from p, q) to recreate the plain text

  33. Cracking the Code Decryption requires key K and secret value s Since K is public, you can break the code if you can manage to guess s If you know p and q you can compute s; you can guess the correct p, q if you can factor key K If the key is large enough, factoring to find p and q can't be done in any reasonable amount of time even by supercomputers and cleaver software

  34. Strong Encryption Techniques RSA is an example of strong encryption A communicating party can use this technology to protect their communication so no one else can read it, period Government agencies would like this technology kept out of the hands of "bad guys" What if cryptography software vendors had to give government a way to break such codes?

  35. Strong Encryption Techniques Trapdoor Technique: Way to bypass security while software is encrypting the cleartext. Send cleartext to law-enforcement officials when cipher text is sent. Key escrow: Require software to register key with a third party, who holds it in confidence. If there is a need to break the code, the third party provides the key. These two schemes could be abused

  36. Redundancy Is Very, Very, Very Good Data disasters: lightning strikes, floods, earthquake, accidents, aging equipment, virus damage, crime Precautions include file backups and system redundancy (having a hot spare up and running) Backups must be stored in separate location for best protection

  37. A Fault Recovery Program for Business Keep a full copy of everything written on the system as of some date and time—full backup Create partial backups—copies of changes since last full backup After disaster, start by installing the last full backup copy Re-create state of system by making changes stored in partial backups, in order All data since last backup (full or partial) will be lost

  38. Backing Up a Personal Computer How and What to Back Up You can buy automatic backup software that writes to CD, DVD, network drive, etc. For manual backups, don’t have to backup data that Can be re-created from some permanent source, like software Was saved before but has not changed You don’t care about Network backup companies, take information off your PC over the internet and store it on their servers

  39. Recovering Deleted Information Backups also protect from accidental deletions Can save evidence of crime or other inappropriate behavior Remember that two copies of email are produced when sender hits send—one in sent mail file and one somewhere else, which the sender probably can't delete

  40. Summary Revealing personal information can be beneficial, so the people and organizations that receive the information must keep it private Guidelines for keeping data private have been created by several organizations, including the Organization for Economic Cooperation and Development Guidelines often conflict with the interests of business and government, so some countries have not adopted Much information collected on citizens in the US is not protected by OECD standards due to laws that apply only to specific business sectors or practices

  41. Much information collected on citizens in the US is not protected by OECD standards due to laws that apply only to specific business sectors or practices There have been long-running negotiations between the EU and the US regarding privacy standards; the dispute’s 2 main sticking points are Opt-in/Opt-out and compliance enforcement The “3rd party cookie” loophole allows companies to gather information; identity theft is an unresolved problem; the best way to manage privacy in the information age is to have OECD-grade privacy laws Summary

  42. Public key cryptography (PKC) is a straightforward idea built on familiar concepts Computer scientists have not yet proved the RSA scheme to be invincible, but it can be “made more secure” simply by increasing the size of the key; this greatly increases the problem of finding key prime factors Strong encryption methods worry defense and law enforcement officials; balancing those concerns with the interests of law-abiding citizens has not been resolved File back up is essential; it ensures that your files will survive for a long time even if you don’t want them to Summary

More Related