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

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.

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