Skip to content

JFiTech/Incibe-Roca-Crypto-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the solution for Incibe's "ROCA" crypto Challenge

This repo contains the writeup from the challenge in PDF format, the files that were originally included with it, as well as the Python script to perform the decryption of the flag.

Python script usage:

Make sure you have Python 3 installed on your system.

  1. Create a Python venv (virtual environment) named roca:

    python -m venv roca
  2. cd into the venv's directory:

    cd roca
  3. Activate the Python virtual environment (venv):

    UNIX based systems (Linux/MacOS):

    source bin/activate

    Windows:

    .\Scripts\activate
  4. Clone the repository:

    git clone https://github.com/JFiTech/Incibe-Roca-Crypto-Challenge.git
  5. cd into the Incibe-Roca-Crypto-Challenge directory:

    cd Incibe-Roca-Crypto-Challenge
  6. Install the required dependencies:

    pip install -r requirements.txt
  7. Running the program:

    python roca.py 
  8. Deactivating the virtual environment (venv):

    deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages