Skip to content

Steganography is the practice of hiding secret information in non-secret information to avoid detection. This repository contains some of the algorithms that provide methods for embedding data covertly into multimedia files, as well as extracting the hidden data.

License

Notifications You must be signed in to change notification settings

HMByteSensei/Digital-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography Application Overview

Introduction:

  • Steganography is the art and science of concealing information within other non-secret data to ensure its secrecy and security. Unlike encryption, which focuses on scrambling the contents of a message to make it unreadable without the appropriate decryption key, steganography aims to hide the very existence of the message itself.

  • In the digital world, steganography involves embedding secret messages, images, or files within seemingly innocuous carrier files, such as images, audio files, video files, or even text documents.

  • This repository contains algorithms and techniques for steganography, providing methods for embedding data covertly into multimedia files and extracting hidden information without arousing suspicion. By exploring these methods, users can gain insights into the principles of steganography and its applications in digital communication and security.

Technologies Used:

- Python 3.11.4
- PyQt5
- PyCharm 2023.3.3

Main Window:

The following image shows the main window:

Screenshot (44).png

You will first select the technique you wish to employ, and subsequently, you will proceed to our subprocesses, enabling you to conceal data within text, audio, images, or videos. Further details about each technique can be found in the documentation within their respective folders.

About

Steganography is the practice of hiding secret information in non-secret information to avoid detection. This repository contains some of the algorithms that provide methods for embedding data covertly into multimedia files, as well as extracting the hidden data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages