/PascalSteg

A steganography tools for final exam project, made in Pascal Programming language.

Primary LanguagePascalApache License 2.0Apache-2.0

PascalSteg

A steganography tools for final exam project, made in Pascal programming language.

Steganography is a deliberate concealment of data within other data, as by embedding digitized text in a digitized image.

Member:

  1. Janice Claresta Lingga - 32200041
  2. Feri Andika - 32200007
  3. Kitbert - 32200038
  4. Andrew Virya Victorio - 32200091

Requirement

  • An image that must be .bmp file extension

Usage: Embedding message

  1. Assume the software is being opened
  2. Select Load Embed option in the radio button
  3. Click the Load button
  4. Choose your .bmp file
  5. Enter you secret message you want to embed
  6. Click Embed button
  7. The embedded image will be displayed on the right side of the Original Image
  8. Save the embedded image with file extension .bmp

Usage: Extracting message

  1. Assume the software is being opened
  2. Select Load Extract option in the radio button
  3. Click the Load button
  4. Choose your .bmp file that already contain the secret message
  5. Click Extract button
  6. The message should be displayed in the text box

Note

For best recommendation, please use an image with minimum resolution 250x250
Feel free to contribute to our project :D

tutorial