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>