These notes is related to CS class CS2015.
For questions/concerns/bug reports contact Satya Vinay (satyavinay2@gmail.com) or Muthyala Srikar (muthyala.srikar20@gmail.com) regarding the assignments, or contact Likhit Grandhi (grandhi.likhit@gmail.com) regarding the course notes.
We encourage the use of the hypothes.is extension to annote comments and discuss these notes inline.
Information Assurance & Security Lab
Lab1: Modular Multiplicative Inverse/Logical Operation/Modular Arithmetic.
Lab2: Convert given plaintext to ciphertext using Playfair Cipher/Hill Cipher.
Lab3: Convert given plaintext to ciphertext using Railfence Transposition/Columnar Transposition.
Lab4: Program to implement DES algorithm.
Lab5: Program to implement AES Key Generation.
Lab6: Program to implement AES Operations.
Lab7: Generate Random numbers using Linear Congruential Generator.
Lab8: Convert given plaintext to ciphertext using RC4 algorithm.
Lab9: Convert given plaintext to ciphertext using RSA algorithm.
Lab10: Convert given plaintext to ciphertext using Diffie-Hellman algorithm.
Lab11: Program to generate hash code using hash functions MD5 and SHA1.
Lab12: Program to implement Digital Signature using Elgamal Digital Signature.
Design & Analysis of Algorithms Lab
Platform Based Development Lab
Artificial Intelligence Lab
Lab1: Python program to print multiplication table of a given number.
Lab2: Python program to create a simple chatbot.
Lab3: Python program to implement List Operations & Methods.
Lab4: Python program to implement set-operations/calender/calculator.
Lab5: Python program to implement adding matrices/transpose of a matrix.
Lab6: Python program to implement BFS traversal.
Lab7: Python program to implement Water Jug Problem.
Lab8: Python program to remove punctuations & sort sentence in alphabetical order.
Lab9: Python program to implement Hangman game.
Lab10: Python program to implement TicTacToe game.
Lab11: Python program to implement Tagging/Stemming/StopWord.
Lab12: Python program to implement Lemmatizing/Text Classification .