Hide and Seek (HideSeek)
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 6: | Line 6: | ||
}} | }} | ||
− | '''Hide and Seek''' (HideSeek) by Colin Maroney is a | + | '''Hide and Seek''' (HideSeek) by Colin Maroney is a steganography program that hides data in [[GIF]] files. It uses IDEA encryption with an optional 'key' (password). The author strongly recommends using gray-scale images as it's too obvious with color. |
− | + | The Windows 95 version switches to [[BMP]] and [[Blowfish]] | |
+ | Before v5.0 it was limited to 320x480 images and 19K of hidden data. | ||
Line 15: | Line 16: | ||
== Links == | == Links == | ||
− | * [https://web.archive.org/web/19970403002744/http://www.rugeley.demon.co.uk/security/encrypt.htm | + | * [https://web.archive.org/web/19970709214734/http://www.cypher.net/products/hideseek.html Homepage (archived)] |
+ | * [https://web.archive.org/web/19970429063735/http://www.cypher.net:80/products/hideseek-1.1-win-export.zip v1.1 for Windows 95 and Windows NT (40-bit export version)] | ||
+ | * [https://web.archive.org/web/19970403002744/http://www.rugeley.demon.co.uk/security/encrypt.htm v5.0] | ||
* [https://dl.packetstormsecurity.net/crypt/misc/Hdsk41b.zip v4.1 (including grey.exe and reduce.exe)] | * [https://dl.packetstormsecurity.net/crypt/misc/Hdsk41b.zip v4.1 (including grey.exe and reduce.exe)] | ||
* [https://dl.packetstormsecurity.net/crypt/stego/hideseek/hideseek-4.0.zip v4.0] ([http://ftp.lip6.fr/pub/pc/garbo/pc/gifutil/hideseek.zip mirror]) | * [https://dl.packetstormsecurity.net/crypt/stego/hideseek/hideseek-4.0.zip v4.0] ([http://ftp.lip6.fr/pub/pc/garbo/pc/gifutil/hideseek.zip mirror]) | ||
* [https://dl.packetstormsecurity.net/crypt/stego/hideseek/hideseek.zip v3.5] ([http://www.nic.funet.fi/pub/crypt/steganography/hideseek.zip mirror]) | * [https://dl.packetstormsecurity.net/crypt/stego/hideseek/hideseek.zip v3.5] ([http://www.nic.funet.fi/pub/crypt/steganography/hideseek.zip mirror]) | ||
+ | * [http://www.afn.org/~afn21533/rgdprogs.htm Review] |
Latest revision as of 17:38, 16 October 2023
Hide and Seek (HideSeek) by Colin Maroney is a steganography program that hides data in GIF files. It uses IDEA encryption with an optional 'key' (password). The author strongly recommends using gray-scale images as it's too obvious with color.
The Windows 95 version switches to BMP and Blowfish
Before v5.0 it was limited to 320x480 images and 19K of hidden data.