Skip to content
#

Steganography

steganography logo

Steganography is the practice of concealing a message within another message or a physical object that is not secret. In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video.

Here are 109 public repositories matching this topic...

This is a steganography desktop application that hides txt messages inside a cover image. It is completely developed using JavaFX and Cryptography and Steganography both is used. For Cryptography we used a symmetric key technique called Columnar Transposition and for Steganography we used LSB Insertion technique.

  • Updated Jun 28, 2023
  • Java