MP3Stego
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography }} '''MP3Stego''' hides short files inside MP3 files. == Links == * [https://www.petitcola...") |
Parchivist (Talk | contribs) |
||
Line 3: | Line 3: | ||
|subcat=Encryption | |subcat=Encryption | ||
|subcat2=Steganography | |subcat2=Steganography | ||
+ | |released=1998 | ||
}} | }} | ||
− | '''MP3Stego''' hides short files inside [[MP3]] files. | + | '''MP3Stego''' (also '''MP3Steno''') by Fabien A. P. Petitcolas hides short files inside [[MP3]] files. |
+ | |||
+ | Embedding the data takes place during the encoding phase, so it can't directly modify an existing mp3. It would have to be decoded to [[WAV]] and re-encoded. | ||
+ | |||
+ | Hidden data is compressed with ZLib and encrypted with [[Triple DES]] | ||
== Links == | == Links == | ||
* [https://www.petitcolas.net/steganography/mp3stego/ Homepage] | * [https://www.petitcolas.net/steganography/mp3stego/ Homepage] | ||
+ | * [https://github.com/fabienpe/MP3Stego Github] | ||
+ | * [https://web.archive.org/web/20010207214201/http://www.cl.cam.ac.uk/~fapp2/steganography/mp3stego/ Older homepage (archived)] | ||
+ | * [https://web.archive.org/web/20000815095653/http://www.cl.cam.ac.uk:80/~fapp2/software/MP3Stego_GUI.zip GUI from Frans Vyncke] |
Latest revision as of 13:44, 29 October 2023
MP3Stego (also MP3Steno) by Fabien A. P. Petitcolas hides short files inside MP3 files.
Embedding the data takes place during the encoding phase, so it can't directly modify an existing mp3. It would have to be decoded to WAV and re-encoded.
Hidden data is compressed with ZLib and encrypted with Triple DES