Skip to content

mishazawa/simple_encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>