An open API service indexing awesome lists of open source software.

https://github.com/saeedmosaffer/encryptiontheory1

Application for steganography using the Least Significant Bit (LSB) technique. The primary goal of this project is to securely transfer a secret message from a sender to a receiver within an image while maintaining the quality of the cover file. Additionally, the project includes a watermarking feature using LSB.
https://github.com/saeedmosaffer/encryptiontheory1

lsb-steganography

Last synced: 8 months ago
JSON representation

Application for steganography using the Least Significant Bit (LSB) technique. The primary goal of this project is to securely transfer a secret message from a sender to a receiver within an image while maintaining the quality of the cover file. Additionally, the project includes a watermarking feature using LSB.

Awesome Lists containing this project

README

          

# EncryptionTheory1
This repository contains a Java implementation of a small application for steganography using the Least Significant Bit (LSB) technique.
The primary goal of this project is to securely transfer a secret message from a sender to a receiver within an image while maintaining the quality of the cover file.
Additionally, the project includes a watermarking feature using LSB.