sakship31 / Text-steganography

Flask website for implementation of paper on text-based steganography i.e. hiding a secret message in a cover message and sending it over social media which in turn can be revealed.
24 stars 7 forks source link

Reveal function doesn't work #3

Open oneofthehorses opened 10 months ago

oneofthehorses commented 10 months ago

Hello!

After doing:

pip install pycryptodomex + set FLASK_ENV=development set FLASK_APP=app.py flask run

going to 127.0.0.1:5000

hiding is working ok, but reveal secret - not works at all... no result, just reload of page

Thanks!