{% extends "base.html" %} {% block title %}Decode Message - Stegasoo{% endblock %} {% block content %}
Decode Secret Message
{% if decoded_message %}
Message Decrypted Successfully!
{{ decoded_message }}
i 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

SECURITY FACTORS (provide same factors used during encoding)
If PIN was used during encoding
If RSA key was used during encoding
Leave blank if your key file is not password-protected
{% 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
  • Provide the same security factors (PIN and/or RSA key) used during encoding
  • Ensure the stego image hasn't been resized or recompressed
  • If using an RSA key, make sure the password is correct
{% endblock %} {% block scripts %} {% endblock %}