27
Security

Security - CS50 CDN

  • Upload
    others

  • View
    23

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Security - CS50 CDN

Security

Page 2: Security - CS50 CDN

Privacy

Page 3: Security - CS50 CDN

• physicalsecurity• files• browserhistory• cookies,sessions

Page 4: Security - CS50 CDN

dell.com

Page 5: Security - CS50 CDN

apple.com

Page 6: Security - CS50 CDN
Page 7: Security - CS50 CDN

GET / HTTP/1.1Host: example.com

Page 8: Security - CS50 CDN

HTTP/1.1 200 OKSet-Cookie: session=29823bf3-075a-433a-8754-707d05c418ab

Page 9: Security - CS50 CDN

Authentication

Page 10: Security - CS50 CDN

• passwords• length,post-itnotes,easytoguess• hashedserver-sideornot• resetting(emailedinclear?)• usingonothersites• changevsnotchange

Page 11: Security - CS50 CDN

1. 1234562. 1234567893. qwerty4. 123456785. 1111116. 12345678907. 12345678. password9. 12312310. 987654321

keepersecurity.com

Page 12: Security - CS50 CDN

officedepot.com

Page 13: Security - CS50 CDN

• two-factorauthentication• keyfob,app,sms

• [emphasizetradeoffs]

Page 14: Security - CS50 CDN

rsa.com

Page 15: Security - CS50 CDN

google.com

Page 16: Security - CS50 CDN

apple.com

Page 17: Security - CS50 CDN

NetworkSecurity

Page 18: Security - CS50 CDN

• networksecurity• wifi WEP,WPA• xfinity injection• firewall• vpn

Page 19: Security - CS50 CDN

quora.com

Page 20: Security - CS50 CDN

Encryption

Page 21: Security - CS50 CDN

• encryption• symmetric:caesar [discusskeysize]• public-key:RSA

Page 22: Security - CS50 CDN

Phishing

Page 23: Security - CS50 CDN
Page 24: Security - CS50 CDN

Malware

Page 25: Security - CS50 CDN

• phishing• virus,worms,malware,botnets

Page 26: Security - CS50 CDN

Trust

Page 27: Security - CS50 CDN

Security