{% extends "base.html" %} {% block title %}Decode Message - StegoCrypt{% endblock %} {% block content %}
Decode Secret Message
{% if decoded_message %}
Message Decrypted Successfully!
{{ decoded_message }}
Decode Another Message {% else %}
The same reference photo used for encoding
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 %}