Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7804363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T01:53:22+00:00 2026-06-02T01:53:22+00:00

I have to deal with a proprietary file format that’s nothing more than a

  • 0

I have to deal with a “proprietary” file format that’s nothing more than a bunch of text files, which each has been gzip’d, then encrypted, and then finally all of them bundled in a zip file. I’m using python to automate the extraction of these files. So the unzipping is easy with ZipFile. Then I have a list of xyz_001.gz.rc4 files which I can decrypt with RC4 + key. Then, however, that leaves me with a gz stream, and cannot use gzip standard library module to open that stream. I suppose I could store that stream to disk and then open that gz file, but I was wondering if there was a more graceful way to handle it.

Help is much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T01:53:24+00:00Added an answer on June 2, 2026 at 1:53 am

    You can use the zlib module to decompress a gzip stream, with something like:

    zlib.decompress(inf, 16+zlib.MAX_WBITS)
    

    where inf is your gzip stream. The 16 + zlib.MAX_WBITS is a magic value that makes zlib skip over the gzip header.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to deal with JSON files larger than 1MB, which often contain long
I do have to deal with very large plain text files (over 10 gigabytes,
I am using java and have to deal with numbers larger than long (which
I have to deal with text files in a motley selection of formats. Here's
I have to deal with very large text files (2 GBs), it is mandatory
I have to deal with an API which need to be provided a DataSource
I often have to deal with XML documents that contain namespaced elements, but doesn't
In my app, I have deal with several different parameters, which derive from IParameter
I have to deal with various input files with a number of fields, arbitrarily
I am working on a android project. I n that I have to deal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.