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.
- Host: GitHub
- URL: https://github.com/saeedmosaffer/encryptiontheory1
- Owner: saeedmosaffer
- Created: 2023-11-17T01:59:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T02:02:28.000Z (over 2 years ago)
- Last Synced: 2024-12-27T04:25:19.088Z (over 1 year ago)
- Topics: lsb-steganography
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.