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.
Foundations of Security Week3 Seminar: SQL Injection (1)
To introduce you to SQL injection attack, identify and demonstrate common SQL injection attacks, understand the underlying mechanisms that allow these attacks to succeed, and apply best practices in software development to prevent SQL injection vulnerabilities in web applications.
Web Application Development Practical3: JavaScript
JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions.