<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ODorfner</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ODorfner"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/ODorfner"/>
	<updated>2026-09-10T21:02:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9230</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9230"/>
		<updated>2022-01-05T09:00:50Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&amp;lt;ref name=&amp;quot;St21&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image-comparison.com/]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1 &amp;lt;ref name=&amp;quot;St21&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;St21&amp;quot;&amp;gt;[http://steghide.sourceforge.net/ steghide.sourceforge.net], 2021&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9229</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9229"/>
		<updated>2022-01-05T08:59:14Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&amp;lt;ref name=&amp;quot;St21&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1 &amp;lt;ref name=&amp;quot;St21&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;St21&amp;quot;&amp;gt;[http://steghide.sourceforge.net/ steghide.sourceforge.net], 2021&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9228</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9228"/>
		<updated>2022-01-05T08:57:30Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9227</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9227"/>
		<updated>2022-01-05T08:57:14Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner. 2021.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9226</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9226"/>
		<updated>2022-01-05T08:55:09Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner. 2021.&amp;lt;/&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9225</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9225"/>
		<updated>2022-01-05T08:52:58Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner. 2021.&amp;lt;/&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9224</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9224"/>
		<updated>2022-01-05T08:52:07Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9223</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9223"/>
		<updated>2022-01-05T08:51:19Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;Do19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Do19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9222</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9222"/>
		<updated>2022-01-05T08:50:20Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&amp;lt;ref name=&amp;quot;BT19&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
&amp;lt;ref name=&amp;quot;BT19&amp;quot;&amp;gt;Oliver Dorfner, 2021&amp;lt;/&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9221</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9221"/>
		<updated>2022-01-05T08:48:19Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9220</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9220"/>
		<updated>2022-01-05T08:48:00Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
[source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9219</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9219"/>
		<updated>2022-01-05T08:47:46Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg][source:author]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9218</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=9218"/>
		<updated>2022-01-05T08:47:18Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg][source:author]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8136</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8136"/>
		<updated>2021-12-08T10:54:09Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/ steghide.sourceforge.net]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8135</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8135"/>
		<updated>2021-12-08T10:53:31Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/] http://steghide.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8134</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8134"/>
		<updated>2021-12-08T10:51:04Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Result.jpg&amp;diff=8133</id>
		<title>File:Result.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Result.jpg&amp;diff=8133"/>
		<updated>2021-12-08T10:50:19Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Comparison.jpg&amp;diff=8132</id>
		<title>File:Comparison.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Comparison.jpg&amp;diff=8132"/>
		<updated>2021-12-08T10:50:09Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Stegofile.jpg&amp;diff=8131</id>
		<title>File:Stegofile.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Stegofile.jpg&amp;diff=8131"/>
		<updated>2021-12-08T10:49:58Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Extractfile.jpg&amp;diff=8130</id>
		<title>File:Extractfile.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Extractfile.jpg&amp;diff=8130"/>
		<updated>2021-12-08T10:49:49Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Extract.jpg&amp;diff=8129</id>
		<title>File:Extract.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Extract.jpg&amp;diff=8129"/>
		<updated>2021-12-08T10:49:37Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Embed.jpg&amp;diff=8128</id>
		<title>File:Embed.jpg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Embed.jpg&amp;diff=8128"/>
		<updated>2021-12-08T10:49:24Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8127</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8127"/>
		<updated>2021-12-08T10:48:25Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
[[File:stegofile.jpg]]&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
[[File:extractfile.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8126</id>
		<title>Steghide</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Steghide&amp;diff=8126"/>
		<updated>2021-12-08T10:42:59Z</updated>

		<summary type="html">&lt;p&gt;ODorfner: Created page with &amp;quot;== Summary ==   Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Steghide is a stenography program which can hide data in different kinds of image- and audio files. This can be useful if you want to send messages hidden to a second party. For this, it is important that both parties know the passphrase with which the message is encrypted.&lt;br /&gt;
The result does not show any obvious changes in the file because the color- respectivly sample-frequencies are not changed.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* install steghide&lt;br /&gt;
* embed file&lt;br /&gt;
* cover file&lt;br /&gt;
* passphrase&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* compression of embedded data&lt;br /&gt;
* encryption of embedded data&lt;br /&gt;
* embedding of a checksum to verify the integrity of the extraced data&lt;br /&gt;
* support for JPEG, BMP, WAV and AU files&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Embed ===&lt;br /&gt;
&lt;br /&gt;
To hide a message in an JPEG:&lt;br /&gt;
in this example the message to hide is the embed file (-ef) and the cover file (-cf) is picture.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:embed.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Extract ===&lt;br /&gt;
&lt;br /&gt;
To extract the message.txt type following:&lt;br /&gt;
&lt;br /&gt;
[[File:extract.jpg]]&lt;br /&gt;
&lt;br /&gt;
== other details ==&lt;br /&gt;
&lt;br /&gt;
There is the possibility to define a stegofile (-sf) for the output, so you do not override the coverfile.&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
To extract into a specific file, you can also enter an extract file (-xf)&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Detection ==&lt;br /&gt;
&lt;br /&gt;
If you have the original .jpeg and the manipulated .jpeg you can compare those two with an online image comparison ([https://online-image.comparison.com]) &lt;br /&gt;
Here you can upload both images and you can see where the information is embedded.&lt;br /&gt;
&lt;br /&gt;
[[File:comparison.jpg]]&lt;br /&gt;
On the left side you see the original picture.jpg and on the right side the result.jpg&lt;br /&gt;
&lt;br /&gt;
[[File:result.jpg]]&lt;br /&gt;
The hidden information is placed in the details of the image to prevent that it is visible in the result.jpg here highlighted in red.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
steghide version 0.5.1&lt;br /&gt;
&lt;br /&gt;
the first argument must be one of the following:&lt;br /&gt;
 embed, --embed          embed data&lt;br /&gt;
 extract, --extract      extract data&lt;br /&gt;
 info, --info            display information about a cover- or stego-file&lt;br /&gt;
   info &amp;lt;filename&amp;gt;       display information about &amp;lt;filename&amp;gt;&lt;br /&gt;
 encinfo, --encinfo      display a list of supported encryption algorithms&lt;br /&gt;
 version, --version      display version information&lt;br /&gt;
 license, --license      display steghide&#039;s license&lt;br /&gt;
 help, --help            display this usage information&lt;br /&gt;
&lt;br /&gt;
embedding options:&lt;br /&gt;
 -ef, --embedfile        select file to be embedded&lt;br /&gt;
   -ef &amp;lt;filename&amp;gt;        embed the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -cf, --coverfile        select cover-file&lt;br /&gt;
   -cf &amp;lt;filename&amp;gt;        embed into the file &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to embed data&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        write result to &amp;lt;filename&amp;gt; instead of cover-file&lt;br /&gt;
 -e, --encryption        select encryption parameters&lt;br /&gt;
   -e &amp;lt;a&amp;gt;[&amp;lt;m&amp;gt;]|&amp;lt;m&amp;gt;[&amp;lt;a&amp;gt;]  specify an encryption algorithm and/or mode&lt;br /&gt;
   -e none               do not encrypt data before embedding&lt;br /&gt;
 -z, --compress          compress data before embedding (default)&lt;br /&gt;
   -z &amp;lt;l&amp;gt;                 using level &amp;lt;l&amp;gt; (1 best speed...9 best compression)&lt;br /&gt;
 -Z, --dontcompress      do not compress data before embedding&lt;br /&gt;
 -K, --nochecksum        do not embed crc32 checksum of embedded data&lt;br /&gt;
 -N, --dontembedname     do not embed the name of the original file&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
extracting options:&lt;br /&gt;
 -sf, --stegofile        select stego file&lt;br /&gt;
   -sf &amp;lt;filename&amp;gt;        extract data from &amp;lt;filename&amp;gt;&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to extract data&lt;br /&gt;
 -xf, --extractfile      select file name for extracted data&lt;br /&gt;
   -xf &amp;lt;filename&amp;gt;        write the extracted data to &amp;lt;filename&amp;gt;&lt;br /&gt;
 -f, --force             overwrite existing files&lt;br /&gt;
 -q, --quiet             suppress information messages&lt;br /&gt;
 -v, --verbose           display detailed information&lt;br /&gt;
&lt;br /&gt;
options for the info command:&lt;br /&gt;
 -p, --passphrase        specify passphrase&lt;br /&gt;
   -p &amp;lt;passphrase&amp;gt;       use &amp;lt;passphrase&amp;gt; to get info about embedded data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://steghide.sourceforge.net/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ODorfner</name></author>
	</entry>
</feed>