On Github nootanghimire / crypto-presentation
Study of techniques for secure communication!
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).Something used to convert a message to nonsense!
Ask students if they have ever seen inside a computer's CPU. Ask them about different "components" that are present inside CPU, (ex. Power Supply, Processors, Bus, RAM) which are detachable. Next slide will present about examples to show why this approach is better.The simplest Example would be: Ceaser Cipher!
converts: I LOVE YOU to
When the Key is: 20
Each letter is shifted by the key!
Explain this. Suppose the key is One. And the message is ABCD Then after performing Ceaser Cipher, the message becomes BCDE. To Get it baJust shift in opposite direction!
Explain What's happening here. You are using a same key to convert the message to nonsense, and the same key to get it back. Unless you have the key, You cannot decryptOne can sit all day and try all 26 combinations!
Tell, this technique is called brute-forcing. Trying all combinations until you get to the result. All crypto can be decrypted using brute force. The only problem is: Is it feasible/possible to brute force! Also Talk about Scytale (skiitaly), SteganographyUse same key for encryption and Decryption Example: Ceaser Cipher!
It uses two different keys for encryption and decryption.
Two Keys (A pair)
Pretty Good Privacy
is an Hybrid CryptoSystem.
...Is an free implementation of OpenPGP standard!