STEGANO

by Galileo, 02/2018

Developed in Yabasic 2.78

In spanish:

Esta utilidad permite esconder un mensaje en un fichero de imagen (no comprimida), un fichero de audio o uno de video. Se ha comprobado su buen funcionamiento con ficheros del tipo .BMP, .TIF, .TGA, .MP3, .OGG, .FLV y .MP4.

El ejecutable que se incluye es para sistemas Windows (se ha probado con XP y Windows 7).

El modo de uso es:

Si se desea codificar un mensaje en un fichero: stegano.exe <carrierfile> <messagefile>. Por ejemplo: stegano small.flv readme.txt
Despus de esto, se genera un fichero llamado <cod-carrierfile> (en este caso, cod-small.flv)

Si se desea decodificar el mensaje oculto en un fichero: stegano.exe <carrierfile>. Por ejemplo: stegano cod-small.flv
En Windows tambin se puede conseguir el mismo resultado arrastrando y soltando el icono del fichero a decodificar sobre el del programa.

Nota de descargo: el autor no se hace responsable del uso que se pueda dar a este programa, ni de los perjuicios que su uso pueda ocasionar. Por lo dems, tanto el cdigo como el ejecutable se ofrecen de forma altruista.

In english (DeepL translation):

This utility allows you to hide a message in an image file (not compressed), audio or video file. It has been proven to work well with files such as .BMP, .TIF, .TGA, .MP3, .OGG, .FLV and .MP4.



The included executable is for Windows systems (it has been tested with XP and Windows 7).



The mode of use is:



If you want to encode a message in a file: stegano.exe <carrierfile> <messagefile>. For example: stegano small.flv readme.txt

After this, a file called <cod-carrierfile> (in this case, cod-small.flv) is generated.



If you want to decode the hidden message in a file: stegano.exe <carrierfile>. For example: stegano cod-small.flv

In Windows you can also achieve the same result by dragging and dropping the icon of the file to be decoded on the program.



Disclaimer: The author is not responsible for the use that can be given to this program, nor for the damages that its use may cause. Moreover, both the code and the executable are offered altruistically.