1 / 7

Security

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.

Télécharger la présentation

Security

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. Security Outline Encryption Algorithms Authentication Protocols Message Integrity Protocols Key Distribution Firewalls

  2. 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

  3. 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.

  4. 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

  5. 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.

  6. 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

  7. 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.

More Related