https://github.com/cedricbonhomme/stegano-web
Web application using the Python Stegano library
https://github.com/cedricbonhomme/stegano-web
least-significant-bit stegano steganography web
Last synced: 15 days ago
JSON representation
Web application using the Python Stegano library
- Host: GitHub
- URL: https://github.com/cedricbonhomme/stegano-web
- Owner: cedricbonhomme
- License: agpl-3.0
- Created: 2018-11-21T22:01:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T20:28:32.000Z (10 months ago)
- Last Synced: 2024-07-10T00:57:55.375Z (10 months ago)
- Topics: least-significant-bit, stegano, steganography, web
- Language: HTML
- Homepage:
- Size: 383 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
+++++++++++
stegano web
+++++++++++Presentation
============This web application uses the `Stegano `_ library.
Usage
=====Deployment
----------Deploying the application on Heroku
'''''''''''''''''''''''''''''''''''.. code:: bash
$ git clone https://github.com/cedricbonhomme/stegano-web.git
$ cd stegano-web/
$ heroku create --region=eu stegano-web
$ heroku buildpacks:add --index 1 heroku/python
$ heroku buildpacks:add --index 2 https://github.com/heroku/heroku-buildpack-nodejs
$ git push heroku master
$ heroku ps:scale web=1
$ heroku openContact
=======`My home page `_.