WbStego
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 21: | Line 21: | ||
== Links == | == Links == | ||
* [http://wbstego.wbailer.com Homepage] | * [http://wbstego.wbailer.com Homepage] | ||
+ | * [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.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) |
Revision as of 17:02, 17 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.