A simple program to hide message into JPEG files (an approach to obfuscation).
The hidden message is ciphered with AES-256 before putting it into the image.
This repository is made with the Eclipse IDE and it has its folder structure.
To use the cryptography functions it needs the BouncyCastle library. This library is also include in lib folder.
Once you downloaded it, copy it in lib folder and then, open Eclipse and import it:
Project > Properties > Java Build Path > Add JARs...
Open Eclipse and import:
Project > Properties > Java Build Path > Add Library... > JUnit > ...
It's included in lib folder, generated by WindowBuilder extension of Eclipse. Same as 1:
Project > Properties > Java Build Path > Add JARs...