1 / 16

An Introduction to Cryptography

An Introduction to Cryptography. TEA fellows February 9, 2012 Dr. Kristen Abernathy. Applications of cryptography include: ATM cards Computer passwords Electronic commerce.

lyndon
Download Presentation

An Introduction to Cryptography

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. An Introduction to Cryptography TEA fellows February 9, 2012 Dr. Kristen Abernathy

  2. Applications of cryptography include: • ATM cards • Computer passwords • Electronic commerce Early cryptographers encoded messages using transposition ciphers (rearranging the letters) or substitution ciphers (replacing letters with other letters). Key • Examples: • Loleh tuedssnt • Transposition cipher • Lzsghretm • Substitution cipher

  3. Encryption is the transformation of data into some unreadable form. Its purpose is to ensure privacy by keeping the information hidden from anyone for whom it is not intended, even those who can see the encrypted data. Decryption is the reverse of encryption; it is the transformation of encrypted data back into some intelligible form.

  4. Where does math fit in? We can use matrix algebra to encrypt data! If we use large matrices to encrypt our message, the code is extremely difficult to break. However, the receiver of the message can simply decode the data using the inverse of the matrix.

  5. “Attack at dawn” Let’s choose our message to be ATTACK AT DAWN and we’ll choose for our encoding matrix

  6. “Attack at dawn” We’ll assign a numeric value to each letter of the alphabet: We’ll also assign the value 27 to represent a space between two words.

  7. “Attack at dawn” Assigning these numeric values, our message becomes A T T A C K * A T * D A W N 1 20 20 1 3 11 27 1 20 27 4 1 23 14 Since we are using a 3x3 matrix, we break our message into a collection of 3x1 vectors:

  8. “Attack at dawn” We can now encode our message by multiplying our 3x3 encoding matrix by the 3x5 matrix formed from the vectors formed from the message:

  9. Computer time! • Log on as “visitor” • Password is “winthrop” • Open the program “Wolfram Mathematica 8” • Click on the option: (Create New) Notebook

  10. “Attack at dawn” Using Mathematica, we see the product of the encoding matrix and our message is:

  11. The string of numbers we would send in our message is: 17, 40, 144, 32, 14, 57, -4, 21, 191, -89, 5, 124, -3, 41, 242 In order to decipher this code, we need to re-form our 3x1 vectors: and multiply by the inverse of the encoding matrix…

  12. When we multiply my the inverse of the encoding matrix, we get the vectors: Using our key: we can decode the message 1 20 20 1 3 11 27 1 20 27 4 1 23 14 27 A T T A C K * A T * D A W N *

  13. Your Turn! With the same key as before: and the encoding matrix: decode the message: 211, 605, 310, 1355, 246, 1970, 692, 379, 204, 1136, 488, 259, 318, 2125, 730, 1493, 349, 2632, 953, 1641, 162, 1466, 350, 977, 406, 1905, 712, 1977

  14. 3 15 14 7 18 1 20 21 12 1 20 9 15 14 19 27 25 15 21 27 4 9 4 27 9 20 27 27 C O N G R A T U L A T I O N S * Y O U * D I D * I T * *

  15. Now you give it a try! Come up with your own secret message and trade with your neighbor!

More Related