Skip to content

🖼 An image steganography by converting the image into text of pixels and use the LSB to hide the ciphered text that encrypted by The Caesar cipher Algorithm (Cryptography). The project decrypt the image by loading it, converting the pixels’ digits and break the LSB.

Notifications You must be signed in to change notification settings

zeyadetman/Image-TextSteganography

Repository files navigation

Image-TextSteganography

Project Description:

An image steganography by converting the image into text of pixels and use the LSB to hide the ciphered text that encrypted by The Caesar cipher Algorithm (Cryptography). The project decrypt the image by loading it, converting the pixels’ digits and break the LSB.

Language:

  • C#: converting from image to text and vice versa.
  • Assembly x86: Encryption and Decryption (Steganography).
  • Assembly x86: Encryption and Decryption (Cryptography).
  • Assembly x86: Linking between Assembly code and C#.

To contribute:

  1. replace the caesar cipher by a strong cipher algorithm.
  2. add more features.

About

🖼 An image steganography by converting the image into text of pixels and use the LSB to hide the ciphered text that encrypted by The Caesar cipher Algorithm (Cryptography). The project decrypt the image by loading it, converting the pixels’ digits and break the LSB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published