{% extends "base.html" %} {% block title %}Decode Message - Stegasoo{% endblock %} {% block content %}
Decode Secret Message or File
{% if decoded_message %}
Message Decrypted Successfully!
{{ decoded_message }}
Decode Another {% elif decoded_file %}
File Decrypted Successfully!
{{ filename }}

{{ file_size }}

{% if mime_type %} Type: {{ mime_type }} {% endif %}
Download File
File expires in 5 minutes. Download now.
Decode Another {% 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/file
The phrase for the day the message was encoded

SECURITY FACTORS (provide same factors used during encoding)
If PIN was used during encoding
PNG, JPG, or other image of QR code
If RSA key was used during encoding (file or QR image)
Leave blank if your key file is not password-protected
{% endif %}
{% if not decoded_message and not decoded_file %}
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
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}