#!/usr/bin/python
# -*- coding: utf-8 -*-
class Security_engineer:
def __init__(self):
self.name = "Fabien Guihard"
self.goals = "Pushing technical boundaries and contributing to open-source along the way"
self.degree1 = "Double Master's degree - Cybersecurity"
self.degree2 = "Bachelor's degree - Computer Science"
self.universities = [
("University of Turku", "Finland"),
("University of Rennes", "France")
]
self.language_spoken = ["EN", "FR"]
self.skills = ["Linux hardening", "Embedded Linux development", "Yocto", "Post-Quantum Crypto"]
def say_hi(self):
print("Thanks for dropping by!")
me = Security_engineer()
me.say_hi()
Pinned Loading
-
inject-code-into-elf
inject-code-into-elf PublicThe project involves building a tool that reads, modifies, and injects code into an ELF binary.
C
-
takuzu-solver-generator
takuzu-solver-generator PublicLow Level Programming. Takuzu Solver and Generator. Also known as Binairo.
C
-
differential-privacy-wavelet
differential-privacy-wavelet PublicImplemented the Privelet algorithm, a technique for achieving differential privacy using wavelet transforms, by introducing noise to wavelet coefficients and reconstructing a noisy frequency matrix…
Jupyter Notebook
-
udica
udica PublicForked from containers/udica
This repository contains a tool for generating SELinux security profiles for containers
Python
-
pre-treatments-side-channel
pre-treatments-side-channel PublicHow do Pre-treatments Influence Side-Channel Attacks?
TeX
If the problem persists, check the GitHub status page or contact support.
