mishazawa / simple_encryptor

Solution for box

Home Page:https://app.hackthebox.com/challenges/Simple%2520Encryptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple encryptor

Hack the box Challenge

Build

Makefile:

make all

Compile files:

gcc ./encryptor.c -o out/encrypt

gcc ./decryptor.c -o out/decrypt

Usage

./encrypt <SEED> <INPUT_FILE>

./decrypt <ENCRYPTED_FILE>

About

Solution for box

https://app.hackthebox.com/challenges/Simple%2520Encryptor


Languages

Language:C 95.1%Language:Makefile 4.9%