TEXT 17
AC - MSCS Guest on 4th November 2024 04:24:30 PM
  1. DES = Data Encryption System
  2. 2DES
  3. 3DES
  4. AES = Advanced Encryption System
  5.  
  6. 2DES = Encrypt twice using 56 bits, same follows for decrypt.
  7. It compromised due to Meet in the middle attack
  8. Some plain text and cipher text needs to be known in order to compromise the 2DES
  9.  
  10. K1 -> K2 - Encrypt
  11.  
  12. K2 -> K1 - Decrypt
  13.  
  14. Encrypted and Decrypted - when value matches, the key is cracked.
  15. Encrypt(k1,p) = Decrypt(k2,c)
  16. k1=k2
  17.  
  18. 3DES = using two keys, but reverses the cipher, it can also use three keys, the only extra action that's performed here is reversing the cipher during the encryption.
  19. Using 2 keys = 112 bit
  20. Using 3 keys = 168 bit
  21.  
  22. In decryption, the process is just reversed.
  23.  
  24. Weakness in DES:
  25. Weak Keys - 2 power 56 -> Brute Force
  26.  
  27. Mid Term
  28. 20 marks - 1.5 hours
  29. 5 Questions
  30. Q1 MCQs (total 10), 5 marks
  31. Q2 Practical - Packet Tracer - enable, conf t, show running config, 2 marks
  32. Q3 Theory - VPN related question, 3 marks
  33. Q4 Cipher - 5 marks
  34. Q5 Cipher - 5 marks.

Coding Base is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.