Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
/ Steganography Public archive

C# Windows Forms application to apply steganography to image and audio files

Notifications You must be signed in to change notification settings

rubendal/Steganography

Repository files navigation

Steganography

C# Windows Forms application to apply steganography to image and audio files

  • Hide text or files inside pictures or wav files
  • Using LSB algorithm for wav files and a variation of LSB for images to increase file size limit
  • Can use two random algorithms with different performances and the linear algorithm which is the fastest
  • Text is encrypted with AES, files are ciphered with random xor cipher algorithm (https://github.com/rubendal/File-Cipher)
  • No external libraries used!

To Do:

About

C# Windows Forms application to apply steganography to image and audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages