• Stars
    star
    5
  • Rank 2,858,616 (Top 57 %)
  • Language
    MATLAB
  • License
    MIT License
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Image steganography is implemented by replacing image pixels with cipher pixels to hide the existence of the message. To enhance the security, cryptographic algorithm, RSA, has been modified into symmetric keying system to encrypt and decrypt the message into cipher text and vice versa solely for this purpose. The sender will encrypt the message with a key and then embed the cipher text into an image and send the image object via any transmission medium like internet along with the key to the receiver, so that the receiver can extract the cipher text from the image and then decrypt by the key that the sender have sent. The result was satisfactory and fulfilled the purpose but there arose many major issues like, visibility of the cipher pixel in case for low resolution image; data corruption of the cipher text due to noise; limitation of grayscale image only; sender have to send a couple of image for comparison of the pixel data etc. However, noise problem have been challenged with the help of median filter but still there remains many scope to establish this algorithm into a better efficient and optimized one.