Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.15 KB

Bagul

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.

Screenshots

Encryption Screenshot Encryption Screenshot

How to start?

This repository is made with the Eclipse IDE and it has its folder structure.

1. Import BouncyCastle library

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...

2. Import the JUnit library for running testCases

Open Eclipse and import:
Project > Properties > Java Build Path > Add Library... > JUnit > ...

3. Import miglayout library

It's included in lib folder, generated by WindowBuilder extension of Eclipse. Same as 1:
Project > Properties > Java Build Path > Add JARs...