{% extends "base.html" %} {% block title %}Decode Message - Stegasoo{% endblock %} {% block content %}
Decode Secret Message
{% if decoded_message %}
Message Decrypted Successfully!
{{ decoded_message }}
Decode Another Message {% else %}
Drop image or click to browse
The same reference photo used for encoding
Drop image or click to browse
The image containing the hidden message
The phrase for the day the message was encoded
Your static 6-digit PIN
{% endif %}
Troubleshooting
  • Make sure you're using the exact same reference photo file
  • Use the phrase for the day the message was encoded, not today
  • Ensure the stego image hasn't been resized or recompressed
  • Double-check your PIN is correct
{% endblock %} {% block scripts %} {% endblock %}