WbStego
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 23: | Line 23: | ||
* [https://web.archive.org/web/19990302043129/http://members.xoom.com/wbailer/wbstego/index.htm Older homepage (archived)] | * [https://web.archive.org/web/19990302043129/http://members.xoom.com/wbailer/wbstego/index.htm Older homepage (archived)] | ||
* [http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/win95/security/wbs9351.zip wbStego99 v3.51 Download] | * [http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/win95/security/wbs9351.zip wbStego99 v3.51 Download] | ||
− | * [https://packetstormsecurity. | + | * [https://dl.packetstormsecurity.net/crypt/stego/wbStego/wbs2116e.zip v2.1 Download] (Win16 aka Win 3.1) |
* [https://books.google.com/books?id=yMw9if8ybp0C&pg=PA49&lpg=PA49&dq=wbstego&source=bl&ots=IhWK6G6ocx&sig=ACfU3U1VpZk1t3T5kVxixF8bYNWQIwsLSw&hl=en&sa=X&ved=2ahUKEwiH6Z2MioeBAxXKKlkFHdz9D-oQ6AF6BAgiEAM#v=onepage&q=wbstego&f=false Analysis of how it inserts data into PDFs] | * [https://books.google.com/books?id=yMw9if8ybp0C&pg=PA49&lpg=PA49&dq=wbstego&source=bl&ots=IhWK6G6ocx&sig=ACfU3U1VpZk1t3T5kVxixF8bYNWQIwsLSw&hl=en&sa=X&ved=2ahUKEwiH6Z2MioeBAxXKKlkFHdz9D-oQ6AF6BAgiEAM#v=onepage&q=wbstego&f=false Analysis of how it inserts data into PDFs] | ||
* [https://github.com/zed-0xff/zsteg Detected by zsteg] | * [https://github.com/zed-0xff/zsteg Detected by zsteg] | ||
* [https://commons.erau.edu/cgi/viewcontent.cgi?article=1055&context=jdfsl Detected by StegAlyzerSS] (pg 10) | * [https://commons.erau.edu/cgi/viewcontent.cgi?article=1055&context=jdfsl Detected by StegAlyzerSS] (pg 10) |
Latest revision as of 01:30, 9 November 2023
wbStego by wbailer is an open source steganography program for Windows and Linux that hides data in BMP, Text/HTML, and PDF files.
Blowfish, Twofish, CAST and Rijndael (AES) encryption is supported in addition to a proprietary Mixing and Encryption algorithm
BMP can be 4, 8 or 24 bit
Text can be ASCII (DOS) or ANSI (Windows) and has 2 modes available:
- Standard method: The file size remains unchanged. When importing manipulated carrier files into word processors (especially under Windows) there can appear special characters in the text.
- Compatible method: The file is being increased. There are no changes visible when a manipulated carrier file is imported into other applications.
PDF has no size limitations, as it embeds hidden objects that PDF readers don't notice.