Here you will find a list of the non-confidential developments in hardware, firmware, and software.

TrackPlat

TrackPlat is a traceability and linking system for cocoa beans producers and buyers . #Android #MySQL #Java

SICR

A reliable platform to control revenues produced by long-journey line buses. #Rpi #CV #ML #Java #C++ #Python #Unix

Multipath Onion-Routing

A set of implementations of onion-routing networks to achieve better privacy and performance on Internet. #Tor #C #C++ #Anonimity #Cybersecurity

Privacy Tools

A set of tools I implemented for various experiments within the Tor network. This includes performance and privacy metrics. The code should contain enough comments to understand its functioning. #Tor #C #C++ #Anonimity #Python #Cybersecurity

Multipath TCP in Tor

Taking advantage of multiple connection streams to throttle Tor traffic. The main idea is to increase fairness for Tor users by mean of larger channel capacity. This is not the intended usage of multipath TCP but results in benefits for performance in privacy networks. Check the paper here. #Tor #C #C++ #Anonimity #Python #Cybersecurity

Splitting Traffic to Counter Website Fingerprinting

This is considered one of the best known defenses against the website fingerprinting attack. The idea is to decrease tha amount of data available to any adversary by splitting traffic over several paths. This work is extensive and most of the time of my PhD was dedicated to it. Hence, I advice to check the paper here and refer to the code there specified. #Tor #C #C++ #Anonimity #Python #Cybersecurity