https://github.com/dhanushwaran06/hideinpixels
(Ongoing Project) hideinpixels is a Flask-based web application for steganography, allowing users to securely embed and extract hidden messages within image files. This tool leverages the power of steganography to hide sensitive information in plain sight, providing an extra layer of security.
https://github.com/dhanushwaran06/hideinpixels
flask javascript python
Last synced: about 2 months ago
JSON representation
(Ongoing Project) hideinpixels is a Flask-based web application for steganography, allowing users to securely embed and extract hidden messages within image files. This tool leverages the power of steganography to hide sensitive information in plain sight, providing an extra layer of security.
- Host: GitHub
- URL: https://github.com/dhanushwaran06/hideinpixels
- Owner: dhanushwaran06
- Created: 2024-07-13T20:16:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T08:35:20.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T21:42:08.937Z (almost 2 years ago)
- Topics: flask, javascript, python
- Language: HTML
- Homepage: https://hideinpixels.onrender.com/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# StegoWeb
StegoWeb is a web-based application that allows users to embed and extract hidden messages in images using steganography. This tool enables users to securely hide sensitive information within image files.
## Features
- **Image Upload**: Upload your images for encoding and decoding.
- **Message Encryption**: Securely embed messages into images using a password.
- **Message Extraction**: Extract hidden messages from images using the correct password.
## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Python, Flask
- **Libraries**: Pillow for image processing, Stegano for steganography