BDV DataHider
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography |released=2004 }} '''BDV DataHider''' by Badevlad is a Win32 steganography program that can hide...") |
Parchivist (Talk | contribs) |
||
Line 8: | Line 8: | ||
'''BDV DataHider''' by Badevlad is a Win32 steganography program that can hide data inside a [[BMP]], append a file to any other file, or hide data in the unused space of a floppy. | '''BDV DataHider''' by Badevlad is a Win32 steganography program that can hide data inside a [[BMP]], append a file to any other file, or hide data in the unused space of a floppy. | ||
+ | |||
+ | |||
+ | == v2.2 functionality == | ||
It hides a single file or a text message and can encrypt it with a password | It hides a single file or a text message and can encrypt it with a password | ||
Line 17: | Line 20: | ||
* Secret Diskette - hides data in unused areas of floppy | * Secret Diskette - hides data in unused areas of floppy | ||
+ | |||
+ | |||
+ | == v3.2 functionality == | ||
+ | * adds Blowfish, Twofish, AES, Mars, Cast-256, and Serpent encryption | ||
+ | * removes [[BMP]] steganography | ||
+ | * can hide multiple files (and preserve folder structure) in any Secret Storage | ||
+ | * Secret Storage in any file - generic appending | ||
+ | * Secret Storage in any FAT/FAT32/NTFS drive (including USB) - not clear what it's doing ('Avoid creating "Secret Storage" on a FAT32 disks, because it can be detected in Windows Vista or later versions.') | ||
== Links == | == Links == | ||
− | * [https://web.archive.org/web/20060207100337/http://www.badevlad.com/datahider_en.htm Homepage (archived)] | + | * [http://www.bdvnotepad.com/products/bdv-datahider/ Homepage (v3.2)] |
+ | * [https://web.archive.org/web/20060207100337/http://www.badevlad.com/datahider_en.htm Older Homepage (v2.2) (archived)] |
Revision as of 06:31, 21 October 2023
BDV DataHider by Badevlad is a Win32 steganography program that can hide data inside a BMP, append a file to any other file, or hide data in the unused space of a floppy.
v2.2 functionality
It hides a single file or a text message and can encrypt it with a password
- Steganography
- can read jpg, bmp, ico, emf and wmf, but it is always saved as bmp
- can choose 1-7 bits per byte
- can shrink the image down to minimal size required to hide the data
- Generic appender - can attach any file to any other file
- Secret Diskette - hides data in unused areas of floppy
v3.2 functionality
- adds Blowfish, Twofish, AES, Mars, Cast-256, and Serpent encryption
- removes BMP steganography
- can hide multiple files (and preserve folder structure) in any Secret Storage
- Secret Storage in any file - generic appending
- Secret Storage in any FAT/FAT32/NTFS drive (including USB) - not clear what it's doing ('Avoid creating "Secret Storage" on a FAT32 disks, because it can be detected in Windows Vista or later versions.')