what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

gzsteg.tar.gz.patch

gzsteg.tar.gz.patch
Posted Dec 21, 1999

gzsteg.tar.gz.patch

tags | encryption, steganography
SHA-256 | 415b1cf71e663c2c208d6347fcd2374948fa60362b008f23f56f5188012fceeb

gzsteg.tar.gz.patch

Change Mirror Download
From ken@chinook.halcyon.com Fri Apr 29 19:54:28 PDT 1994
Article: 26102 of sci.crypt
Path: vanbc.wimsey.com!cyber2.cyberstore.ca!nwnexus!chinook!ken
From: ken@chinook.halcyon.com (Ken Pizzini)
Newsgroups: sci.crypt
Subject: Re: Hiding things in gzip files (source)
Date: 29 Apr 1994 09:19:00 GMT
Organization: A World of Information at Your Fingertips
Lines: 27
Message-ID: <2pqje4$h74@nwfocus.wa.com>
References: <1994Apr28.124902.5107@cs.nott.ac.uk>
NNTP-Posting-Host: chinook.halcyon.com

In article <1994Apr28.124902.5107@cs.nott.ac.uk>,
Andrew Brown <asb@cs.nott.ac.uk> wrote:
>The attached patches will allow you to hide information inside GZIP
>compressed files.

The code has an amusing bug in that uncompressing a file will
output the steganographied file to file descriptor 0. If you
just use "gunzip foo.gz" you won't notice this, as the file
foo.gz gets opened read only as fd 0; but if you use "gzip
-dc foo.gz >foo" it is quite apparent. Here is a patch to
fix this (apply to gzip source after Andrew's patches):

***begin patch***
--- inflate.c-stegbug Fri Apr 29 01:36:47 1994
+++ inflate.c Fri Apr 29 02:07:38 1994
@@ -592,7 +592,7 @@
* gzsteg: bit 0 of n is ours, so long as n>3 (MIN_MATCH)
*/

- if(n>3)
+ if(n>3 && steg)
steg_wbit(n&1);

/* do the copy */
***end patch***

--Ken Pizzini


Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close