You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Java Enterprise web application verifies it's users using Google's OAuth 2.0. It then hides their text in an image using LSB algorithm and encrypts the image using AES algorithm for additional security. It also allows users to send encrypted image via email using gmail's RESTful api.
Implementation and Performance Analysis of LSB Steganography Algorithm. The test shows that it has excellent imperceptibility (PSNR value all above 50), and the visual observation of the embedded graph is no different from the original graph. In the case of no attack, the error rate of watermark extraction is 0%, indicating an excellent extracti…
Developed an Image Steganography System Leveraging the LSB Algorithm for Encryption and Decryption of Passwords within Images, Implemented with C++ in Visual Studio, Utilizing the OpenCV Library.
Parasite is a steganography and encryption tool.It can automatically conceal message of any format into an image. With this tool, You can secretly, safely and securely transmit any message to any corner of the world through network.
Image-Steganography-LSB is a command-line application that enables users to perform steganography using the Least Significant Bit (LSB) algorithm on images. This technique allows you to hide sensitive information within image files in a way that is not detectable by the human eye.