Java Steganography Application

I need a simple Steganography application made in java.

Check out information here for a demo: http://fivedots.coe.psu.ac.th/~ad/jg/javaArt6/

Upon opening the program, you can select to either: Encode an Image or Decode an Image. Encryption will use AES.

Encode an Image:
– Select a JPG file
– Type in any message
– Type in any password
– Press a button and it encodes the images, and saves the new JPG with a new different file name.

Decode an Image:
– Select a JPG file
– Type in a password
– Press a button and it decodes the image, and displays the message on the screen.

I will need help setting it up to compile and everything as well.

Leave a Reply

Your email address will not be published. Required fields are marked *