Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Steganography

Image Steganography: Hide Data in Image in Encrypted Format.

Data which is supposed to be hidden in Image will be encrypted by AES(Advanced Encryption Algorithm) and embedded into image to achieve confidentiality.

Screenshots


HomeScreen Checkout More Screenshots here

Documentations


Technical Details


The Project uses AES(Advanced Encryption Standard) Algorithms to Encrypt the plain data which will be embedded into the image.

  • AES (Advanced Encryption Algorithm)
    • Cipher BlockChain Method
    • 128-bit key
    • 10 Rounds

After Encrypting plain data, encrypted data will be embedded into image by LSB Method

  • Image Steganography
    • LSB (Least Significant Bit) Method
      • Storing Data from LSB Bit of every pixel.

Contributors

LICENSE

License

MIT LICENSE

Copyright (c) 2023 Om Jogani

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If you found this useful, make sure to give it a star 🌟

Thank You!!

About

Image Steganography Tool : Hide the data behind Image

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages