Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghulrajn/steganography
Steganography is the practice of concealing a message within another message or a physical object. In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video.
https://github.com/raghulrajn/steganography
Last synced: 3 days ago
JSON representation
Steganography is the practice of concealing a message within another message or a physical object. In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video.
- Host: GitHub
- URL: https://github.com/raghulrajn/steganography
- Owner: raghulrajn
- Created: 2022-08-27T06:17:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T06:24:39.000Z (about 2 years ago)
- Last Synced: 2023-09-21T03:54:00.849Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steganography
Steganography is the practice of concealing a message within another message or a physical object. In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video.In this project, text is encoded into RGB image. Logic is pretty simple - Text is converted to binary format and replaced the last 2 bits of each pixel value in RGB image.
# Requirements
1. Opencv
2. Pillow
3. numpy# Future scope
1. Text can be encrypted and encoded
2. Using Audio, Video and other multimedia files for encoding messages