Web Application Development Practical5: Flask
For this practical you will be learning to use the development server that is built into Flask.
Foundations of Security Week5 Lecture
Public key and Private key generation in RSA, RSA encryption and decryption process, Introduction to Chosen Ciphertext Attack (CCA) on RSA
Recursion and Exploring the Call Stack
Data Structures and Algorithms Seminar4: Recursion and Call Stack
Foundations of Security Week4 Seminar: SQL Injection (2)
To demonstrate and test the effectiveness of Tautology-Based SQL Injection in extracting data from a vulnerable database by manipulating SQL queries to always evaluate as true.
Web Application Development Practical4: DOM
The Document Object Model (DOM) connects web pages to scripts or programming languages by representing the structure of a document—such as the HTML representing a web page—in memory.
Foundations of Security Week4 Lecture
Modular multiplicative inverse, Chinese Remainder Theorem (CRT) and RSA cryptographic algorithm
Web Application Development - DOM
The Document Object Model (DOM) is a programming interface (API) for web documents, representing HTML or XML as a tree structure of objects.