Skip to content
Pigeon edited this page Sep 14, 2023 · 3 revisions

This guide is an introduction to the web frontend. There is also a guide for the command line.

To open the app in your browser, simply execute:

hatch run main

This will spin up a server on http://127.0.0.1:5000:

Image of the homepage

Encode Message

Open and upload an image:

Upload an image

Select a codec

In the left menu, select a codec of your choice; we are going to use SSDB for this tutorial:

Select a codec

Click on Hide a message:

Hide a message

Enter the password and message, and then click Encode:

Encode a message

After encoding the message we want to save the encoded image:

Save the image

Decode Message

Upload the image that contains the encoded message:

upload-image

Select the codec we used to encode the message:

select-codec

Click on Extract a message:

image

Enter the password that we used before and click Decode, and bam!

image