C SC 100 Lecture Notes
Spring 2008
Pete Sanderson

[ previous | schedule | next ]

major resource: Tomorrow's Technology and You (Complete), Eighth Edition, Beekman and Quinn, Pearson Prentice Hall, 2008

Chapter 10, Security and Risks

Identity Theft

How can someone "steal" your identity? Let's focus on those that involve computers

Malicious software: malware

How do you get malware?

How can you prevent this?

User authentication methods restrict access based on:

Secure Internet transmission of sensitive data

Have you made a credit card purchase from a Web site?

When a web page prompts you to enter sensitive information, look at the protocol part of the URL (upper left corner of browser window). If it is https:// then the information will be encrypted for transmission, using a secure transmission service called Secure Sockets Layer (SSL). If it is regular http://, do not continue the transaction online. You can also look for the lock icon (for Internet Explorer 7 and Firefox, it appears on the right edge of the URL box)

Cryptography

Encryption methods hide information through combination of Special knowledge called the key is required to encrypt and decrypt

There are two basic strategies concerning keys

One of the oldest known ciphers (encryption schemes) is Caesar Cipher

Modern ciphers are based on RSA or variation

E-commerce simply would not be possible without public key cryptography! HTTPS (see previous topic above) is based on it also.

Criminals and terrorists also benefit, since no one can read their encrypted messages

Other issues we will not get to




[ Pete Sanderson | Math Sciences server | Math Sciences home page | Otterbein ]

Last updated:
Pete Sanderson (PSanderson@otterbein.edu)