Information Security lab - 7th semester
-
Install VMware workstation for Linux or windows.
-
Install wireshark for Linux or windows.
-
Open the website, "www.cert-in.org.in"
1. Write the procedure to report an incident. 2. Write the procedure to report about the vulnerabilities. 3. Procedure to secure your PC. 4. List down various security realated tools and websites with proper explination. Alo install these tools on your system.
-
Open the website, "http://pgportal.gov.in/" and write the procedure to file the public grievance.
-
Experiment - Select any browser and try to secure your browser by following settings:
1. trusted sited/blocked sites etc. 2. by enabling or disabling the cookies. 3. use of pop up blocker 4. by enabling or disabling scripts 5. by enabling or disabling scripts 6. browsing history 7. saving passwords/master password
- Write a program to demonstrate Caeser Cipher Cryptosystem.
- Write a program to demonstrate Vigenère Cipher Cryptosystem.
- Write a program to demonstrate Rotor Machine Cryptosystem.
- Write a program to demonstrate Play Fair Cryptosystem.
- Write a program to find gcd between two numbers by using Euclid's Algorithm.
- Write a program to find Polynomial GCD between two polynomial a(x) and b(x) by using Euclid's Algorithm.
- Write a program to find inverse of a number within Galois Field (GF) with the help of extended Euclidean Algorithm, e.g. Inverse of 550 in GF(1759)
- Write a program to Implement the Rabin-Miller Primality Test to Check if a Given Number is Prime or not.
- Write a program to Implement the AKS Test to Check if a Given Number is Prime or not.
- Write a program to Implement the DES cryptosystem.
- Write a program to Implement the RSA cryptosystem.
- Write a program to demonstrate Diffie Hellman key exchange algorithm.
- Write a program to demonstrate MD5 (message digest).
- Write a program to demonstrate SHA (Secure Hash Algorithm).
- Write a program to demonstrate HMAC (hash message authentication code ).