Skip to content
View FabienGhd's full-sized avatar

Block or report FabienGhd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FabienGhd/README.md

Hi there 👋

#!/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

  1. inject-code-into-elf inject-code-into-elf Public

    The project involves building a tool that reads, modifies, and injects code into an ELF binary.

    C

  2. takuzu-solver-generator takuzu-solver-generator Public

    Low Level Programming. Takuzu Solver and Generator. Also known as Binairo.

    C

  3. differential-privacy-wavelet differential-privacy-wavelet Public

    Implemented 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

  4. udica udica Public

    Forked from containers/udica

    This repository contains a tool for generating SELinux security profiles for containers

    Python

  5. pre-treatments-side-channel pre-treatments-side-channel Public

    How do Pre-treatments Influence Side-Channel Attacks?

    TeX