<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>encryption on bascht.com</title><link>https://bascht.com/tags/encryption/</link><description>Recent content in encryption on bascht.com</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><lastBuildDate>Wed, 17 Jul 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://bascht.com/tags/encryption/index.xml" rel="self" type="application/rss+xml"/><item><title>Unzipping encrypted (win)zip files in linux</title><link>https://bascht.com/tech/2013/07/17/unzipping-encrypted-winzip-files-in-linux/</link><pubDate>Wed, 17 Jul 2013 00:00:00 +0000</pubDate><guid>https://bascht.com/tech/2013/07/17/unzipping-encrypted-winzip-files-in-linux/</guid><description>Last week I got my hands on an »encrypted« .zip file, the built-in zip command wouldn&amp;rsquo;t eat:
{% highlight bash %} $ unzip vpn.zip Archive: vpn.zip skipping: vpn/my-config-file.ovpn need PK compat. v5.1 (can do v4.5) {% endhighlight %}
The solution is pretty simple: Just install 7-Zip. It&amp;rsquo;s free software and should come with every decent linux distribution.
{% highlight bash %} $ 7z x vpn.zip
Processing archive: vpn.zip
Extracting vpn Extracting vpn/my-config-file.</description></item></channel></rss>