Skip to main content
2 of 4
added 223 characters in body
ulidtko
  • 15.3k
  • 10
  • 57
  • 90

You can do this with the OpenSSL command line tool:

openssl zlib -d < $IN > $OUT

Unfortunately, the zlib subcommand is disabled (--no-zlib --no-zlib-dynamic) in the default build configuration; so unless you compile openssl from source and ./configure accordingly — no luck this way down.

Jack O'Connor
  • 10.7k
  • 4
  • 51
  • 54