{% extends "base.html" %} {% block title %}Encode Success - Stegasoo{% endblock %} {% block content %}
Encoding Successful!
{% if thumbnail_url %}
Encoded image thumbnail
Encoded Image Preview
{% else %} {% endif %}

Your secret has been hidden in the image.

{{ filename }}
{% if embed_mode == 'dct' %} DCT Mode {% if output_format == 'jpeg' %} JPEG
Grayscale JPEG, frequency domain embedding (Q=95)
{% else %} PNG
Grayscale PNG, frequency domain embedding (lossless)
{% endif %} {% else %} LSB Mode PNG
Full color PNG, spatial LSB embedding
{% endif %}

Important:
  • This file expires in 5 minutes
  • Do not resize or recompress the image
  • {% if embed_mode == 'dct' and output_format == 'jpeg' %}
  • JPEG format is lossy - avoid re-saving or editing
  • {% else %}
  • PNG format preserves your hidden data
  • {% endif %} {% if embed_mode == 'dct' %}
  • Recipient needs DCT mode or Auto detection to decode
  • {% endif %}
Encode Another Message
{% endblock %} {% block scripts %} {% endblock %}