70 likes | 153 Views
Security. Outline Encryption Algorithms Authentication Protocols Message Integrity Protocols Key Distribution Firewalls. Security. Cryptography. Security. algorithms. services. Secret. Public. Message. Privacy. Authentication. Message. key. key. digest. integrity.
E N D
Security Outline Encryption Algorithms Authentication Protocols Message Integrity Protocols Key Distribution Firewalls
Security Cryptography Security algorithms services Secret Public Message Privacy Authentication Message key key digest integrity (e.g., DES) (e.g., RSA) (e.g., MD5) Overview • Cryptography functions • Secret key (e.g., DES) • Public key (e.g., RSA) • Message digest (e.g., MD5) • Security services • Privacy (Secrecy): preventing unauthorized release of information • Authentication: verifying identity of the remote participant • Integrity: making sure message has not been altered
Plaintext Plaintext Encrypt with Decrypt with secret key secret key Ciphertext Secret Key • Data Encryption Standard (DES) is a data encryption method applying a 56-bit private (secret) key to encrypt each 64-bit block of data.
Cipher • Transition cipher reorders the letters without disguising them. • select a key with no repeated letters. key = M E G A B U C K 7 4 5 1 2 8 3 6 --------------- p l e a s e t r a n s f e r o n e h u n d r e d afnsedtoelnhesurndpaeerr plain text cipher text
Example • Pretty Good Privacy (PGP) is a popular program used to encrypt and decrypt e-mail over the Internet. • Transport Layer Security (TLS) is a protocol that ensures privacy between communicating applications and their users on the Internet. • The Secure Sockets Layer (SSL) is a commonly-used protocol for managing the security of a message transmission on the Internet. • HTTPS (Hypertext Transfer Protocol over Secure Socket Layer, or HTTP over SSL) is a Web protocol developed by Netscape and built into its browser that encrypts and decrypts user page requests as well as the pages that are returned by the Web server.
Plaintext Plaintext Encrypt with Decrypt with public key private key Ciphertext Public Key • RSA is an Internet encryption and authentication system that uses an algorithm developed by Ron Rivest, Adi Shamir, and Leonard Adleman which uses a public key to encrypt and a private key to decrypt
Rest of the Internet Firewall Local site Firewalls • A firewall is a set of related programs, located at a network gateway server, that protects the resources of a private network from users from other networks.