https://github.com/makkoncept/steganoweb
Basic web wrapper of the Stegano library.
https://github.com/makkoncept/steganoweb
flask stegano steganography web
Last synced: 29 days ago
JSON representation
Basic web wrapper of the Stegano library.
- Host: GitHub
- URL: https://github.com/makkoncept/steganoweb
- Owner: makkoncept
- Created: 2019-01-19T16:17:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:28:50.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:47:13.290Z (3 months ago)
- Topics: flask, stegano, steganography, web
- Language: HTML
- Homepage: https://steganoweb.herokuapp.com/
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steganoweb
Basic web wrapper of the Stegano (https://github.com/cedricbonhomme/Stegano/) library.## Live
View it live at : https://steganoweb.herokuapp.com/
You can deploy your own instance on heroku by clicking the following button
[](https://heroku.com/deploy)
## Run locally
- clone the repo
```
git clone https://github.com/makkoncept/steganoweb.git
cd steganoweb
```
- create a virtual environment and install requirements
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
- run the development server
```
python run.py
```
visit http://localhost:5000/