Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Project for Operating System exam

License

Notifications You must be signed in to change notification settings

SpaceCowboySCX/ST0830-SistemiOperativi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ST0830-O.S.Project

"Sistemi Operativi Laboratorio" - Professoressa Diletta Romana Cacciagrano link
ST0830 - 22/06/2022

Computer Science - University of Camerino Unicam.

Group project "DekketScris"

  • Simone Cisca, as, SpaceCowboyS01
  • Patryk Sebastian Bialowas, as, @MrEntity303

Objectives

Develop an application for Linux environment, specifically the tests will be performed on Ubuntu 20.04.4 LTS
Requirements:

  1. Language C
  2. Multi process
  3. System calls
    1. primitive synchronization
    2. file system
    3. communication
    4. signals

Introduction

Steganography makes invisible communication. There are various forms of steganography, among them: injective, generative, substitutive, selective and constructive. We will use injective steganography. This project will fragment the text file into Bytes to then be able to manipulate the image.

Tutorial

Documents