WbStego
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography }} '''wbStego''' by wbailer is an open source steganography program for Windows and Linux that h...") |
Parchivist (Talk | contribs) |
||
Line 21: | Line 21: | ||
== Links == | == Links == | ||
* [http://wbstego.wbailer.com Homepage] | * [http://wbstego.wbailer.com Homepage] | ||
+ | * [http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/win95/security/wbs9351.zip wbStego99 v3.51 Download] | ||
* [https://packetstormsecurity.com/crypt/stego/wbStego/ v2.1 Download] (Win16 aka Win 3.1) | * [https://packetstormsecurity.com/crypt/stego/wbStego/ 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) |
Revision as of 01:20, 6 October 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.
Links
- Homepage
- wbStego99 v3.51 Download
- v2.1 Download (Win16 aka Win 3.1)
- Analysis of how it inserts data into PDFs
- Detected by zsteg
- Detected by StegAlyzerSS (pg 10)