Lecture 14 Security Updated U 30122024 095008am
Lecture 14 Security Updated U 30122024 095008am
Lecture 15
Security of Web Application
Fatima Bashir
Lecturer
Computer Science
Department
What Is Web Application Security?
15
Ceaser Cipher Rules
En (x) = (x + n) mod 26
16
Example
Text= ABCDEFGHIJKLMNOPQRSTUVWXYZ
Text : ATTACKATONCE
Shift: 4
Cipher: EXXEGOEXSRGI
17
Practice
▷ Academy
▷ Shift – 3
▷ Encryption: DFDGHBP
18
Monoalphabetic Cipher
▷ Each plaintext character has a corresponding
ciphertext character.
19
Practice