{% 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 color_mode == 'color' %} Color {% else %} Grayscale {% endif %} {% if output_format == 'jpeg' %} JPEG
{% if color_mode == 'color' %} Color JPEG, frequency domain embedding (Q=95) {% else %} Grayscale JPEG, frequency domain embedding (Q=95) {% endif %}
{% else %} PNG
{% if color_mode == 'color' %} Color PNG, frequency domain embedding (lossless) {% else %} Grayscale PNG, frequency domain embedding (lossless) {% endif %}
{% endif %} {% else %} LSB Mode Full Color PNG
Full color PNG, spatial LSB embedding
{% endif %}
{% if channel_mode == 'private' %} Private Channel {% if channel_fingerprint %}
{{ channel_fingerprint }}
{% endif %} {% else %} Public Channel {% 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
  • {% if color_mode == 'color' %}
  • Color preserved - extraction works on both color and grayscale
  • {% endif %} {% endif %} {% if channel_mode == 'private' %}
  • Recipient needs the same channel key to decode
  • {% endif %}
Encode Another Message
{% endblock %} {% block scripts %} {% endblock %}