Skip to content

GTU Information and Network Security ( INS ) in python .

Notifications You must be signed in to change notification settings

kvjoshi/GTU-INS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTU-INS

GTU Information and Network Security ( INS ) in python .

Sample Inputs:

  1. Caesar cipher: Mode : "encrypt" / "decrypt" | Message : hello | Key: 5

  2. MonoAlphabetic Cipher: (Key is not dynamic) | Mode : "encrypt" / "decrypt" | Message : Hello

  3. Play-Fair Cipher: Mode : "encrypt" / "decrypt" | Message: hello | Key: world

  4. Polyaphabetic Cipher: Mode : "encrypt" / "decrypt" | Message :Hello World

  5. Hill Cipher: Mode : "encrypt" / "decrypt" | Key: HIFF | Message: hello

  6. Diffe-Hellman: Any numeric value.