Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkoncept/steganoweb
Basic web wrapper of the Stegano library.
https://github.com/makkoncept/steganoweb
flask stegano steganography web
Last synced: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:28:50.000Z (about 2 years ago)
- Last Synced: 2023-03-02T07:05:57.095Z (almost 2 years ago)
- Topics: flask, stegano, steganography, web
- Language: HTML
- Homepage: https://steganoweb.herokuapp.com/
- Size: 203 KB
- Stars: 1
- Watchers: 2
- 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
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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/