Skip to content

IMG Steganography using Random LSBs developed as a 1st Year Bologna MSc Student in Computer Science & Engineering

License

Notifications You must be signed in to change notification settings

Opty-Projects/IMG-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMG-Steganography

Context:

  • M: Secret Message
  • I: Image where M is gonna be Wrapped
  • W: Image where M is Wrapped
  • K: Key to Wrap M into I & to Unwrap M out of W

Functionalities:

  • Wrap M into W using a K randomly generated.
  • Unwrap M out of W using the same K.

Wrapping M:

Command:

  • mvn exec:java -Dexec.class="LSBWrap" -Dexec.args="{0} {1} {2}"

Arguments:

  • {0}: I File
  • {1}: M File
  • {2}: Pathname to Store W & K (W Filename: {2}/Wrapper.png, K Filename: {2}/LSB.key)

Unwrapping M:

Command:

  • mvn exec:java -Dexec.class="LSBUnwrap" -Dexec.args="{0} {1} {2}"

Arguments:

  • {0}: W File
  • {1}: K File
  • {2}: Pathname to Store M (M Filename: {2}/UnwrappedMsg.txt)

Name University Email
Ricardo Grade Técnico Lisboa ricardo.grade@tecnico.ulisboa.pt

About

IMG Steganography using Random LSBs developed as a 1st Year Bologna MSc Student in Computer Science & Engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages