Skip to content

Software that is able to hide files inside various image and video formats

License

Notifications You must be signed in to change notification settings

matthewT53/Steganography-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steganography-Project

This software is able to hide any binary file into the following file formats:

  • BMP image
  • PNG image

Features:

  • AES (ECB) encryption of the input file.

Installing:

Command line version

  • Run the makefile under "Project/Spyink/src/".

Usage:

  • To hide a file:
    ./steg -h -b <image file> -i <input file> -p <password>
  • To reveal a hidden file:
    ./steg -r -b <images file> -o <output file> -p <password>

Future work:

  • Implement the more secure CBC mode for AES.
  • Add support for JPEG and other file types.

Libaries used:

About

Software that is able to hide files inside various image and video formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published