Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Steganography is a technique of encoding a text message into a picture. Create a Steganographer class. Write a method for this class called encode that

image text in transcribed
Steganography is a technique of encoding a text message into a picture. Create a Steganographer class. Write a method for this class called "encode" that accepts a text filename, a Picture filename, and a target filename as arguments. The "encode" function should blend the text from the text file in a regulated manner to create a target Picture file. Write a function called "decode" that accepts an encoded Picture filename as an argument, decodes the Picture data, and prints the text to the user. Write a "main" method that demonstrates the encoding and decoding of a secret message. caveat: The ".jpg" image format is a "lossy" format, in that when is saves it compresses and loses information. Therefore, you should use the ".png" format instead-it is "non-lossy". Submit the all java files, along with the support files used to test your code. Submit these files together as a single zipped attachment. Please use the zip format (not rar or any other format)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions