Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.63 KB

File metadata and controls

36 lines (26 loc) · 1.63 KB

🛡️ Information Systems Security and Privacy

This repository contains the exercises and lab materials for the Information Systems Security and Privacy course at the Polytechnic University of Bari.

🔎 Contents

Course contents are organized into two primary directories, each targeting a distinct layer of the modern cybersecurity landscape:

  • /high_level: Focuses on abstract security principles and cryptographic implementations, including exercises and conceptual frameworks related to encryption, robust user authentication protocols, and the design of access control systems.
  • /low_level: A technical deep dive into systems security and related vulnerabilities. The contents prioritize low-level exploitation techniques, including memory corruption vulnerabilities such as out-of-bounds reads, integer overflows, and format string exploits.

🚀 Getting started

To begin working with the course materials, follow these steps:

  1. Obtain the source: Clone the repository using Git or download the contents as a ZIP archive from the main page.
    $ git clone https://github.com/IvanoBilenchi/issp.git
  2. Navigate to topics: Enter the specific subdirectory relevant to your current module.
  3. Follow instructions: Follow the localized documentation and setup guides provided within the README.md files of each subdirectory.

©️ Copyright and License

Copyright © 2024-2026 Ivano Bilenchi

All source code in this repository is distributed under the ISC License.