1 / 11

Information Security

Information Security. CS 483 – SD Section By Dr. Daniyal Alghazzawi (2). Cryptography. Substitution Cipher Caesar Cipher. Substitution Cipher Tap Code. Substitution Cipher Pigpen Cipher. Substitution Cipher Vigenère Cipher. Substitution Cipher Codebook Cipher.

edric
Download Presentation

Information 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. Information Security CS 483 – SD Section By Dr. DaniyalAlghazzawi (2)

  2. Cryptography

  3. Substitution CipherCaesar Cipher

  4. Substitution CipherTap Code

  5. Substitution CipherPigpen Cipher

  6. Substitution CipherVigenèreCipher

  7. Substitution CipherCodebook Cipher

  8. Transposition CipherRoute Cipher

  9. Transposition CipherRail Fence Cipher

  10. Transposition CipherColumnar Transposition

  11. Homework ? Develop a program for one of the ciphers above and use the following structure? string encode(string Plaintext, string key) { : return (Ciphertext); } string decode(string Ciphertext, string key) { : return (Plaintext); }

More Related