Skip to content
View Vozec's full-sized avatar

Block or report Vozec

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Vozec/README.md

Vozec

A French cybersecurity enthusiast !

Description:

My name is Arthur, better known under the nickname Vozec and I am passionate about computer science, more precisely about cybersecurity. I learn new things in autodidacts in parallel to my post-baccalaureate studies and this GitHub contains many projects that I did by myself. I participate to many CTF and many of the new tools I create allow me to save time during these competitions.

I also have a web site: vozec.fr on which I publish articles ranging from global cybersecurity topics to more specific ones in cryptography.

Contact:

You can find me here :

Here is a list of all the tools I have so far published :

  • 🔒 Cryptography 🔓

    • Feal ALL: This tool is the python implementation of the 3 versions of FEAL encryption
    • AES DFA: An implementation of a differential fault analysis on AES 128
    • AES Square Attack: An implementation of the Square-Attack on an AES-128
    • AES Flipper: An implementation of an AES CBC BitFlip attack
    • AES ECB Padding attack: An implementation of a padding attack on AES with ECB mode
    • AES CBC Padding attack: An implementation of a padding attack on AES with CBC mode
    • RSA PKCS1.5 Padding attack : An implementation of the Bleichenbacher's attack on RSA PKCS1.5 padding
    • AES Sage 128: An implementation of a classic AES-128 using Rijndael-GF from SageMath
    • Cryptolib: My own cryptography library
    • DLP Solver: A tool to solve the discrete logarithm problem with several algorithms
    • Facto4CTF: A tool to factor RSA public keys with multiple methods
    • Vigenere Plaintext Attack: A simple tool to break the vigenère cipher with a Well knon plaintext
  • 🔨 Reverse Engineering 🔨

  • 🚩 Other 🚩

Python Badge Linux Badge Docker Badge

Pinned Loading

  1. Discord-CTFD-Parser Discord-CTFD-Parser Public

    This tools is used to create automatically discord threads by scraping ctfd plateform and collecting name , category , description and points of challenges.

    Python 11 1

  2. AES-Square-Attack AES-Square-Attack Public

    This tool is the implementation of the Square-Attack on an AES-128

    Python 6

  3. DLP-Solver DLP-Solver Public

    This tool is used to solve the discrete logarithm problem

    Python 8 2

  4. AES-DFA AES-DFA Public

    This tool automates and facilitates an Differential fault analysis attack on AES 128 with a fault injected between the 2 last MixColumns

    Python 4 1

  5. Cryptolib Cryptolib Public

    This python library gathers all the cryptographic attacks that I present on my site vozec.fr

    Python 3

  6. CTFlagger CTFlagger Public

    This website is used to automatically scan files during CTF.

    Python 11