Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 847 Bytes

Piscine : Cybersecurity

What is a piscine?

Much like the selection piscine, the project is split in many small projects (modules), and with each day a new notion on the language/paradigm/technology you chose to work on.

Arachnida

Two program in C :

  • Spider, a program that allow you to extract all the images from a website, recursively.
  • Scorpion, a program that receive image files as parameters and must be able to parse them for EXIF and other metadata, displaying them on the screen

Ft_otp

A program that implement a TOTP (Time-based One-Time Password) system, which will be capable of generating ephemeral passwords from a master key.

Ft_onion

This project create a web page and make it accessible from the Tor network by creating a hidden service. The hidden service is a web service that hides on the Tor network.