passwort geschuetzte zip-files entpacken

Post Reply
Message
Author
fanti

passwort geschuetzte zip-files entpacken

#1 Post by fanti »

hallo,

ich hab eine kleine frage, wie ist es moeglich in der linux shell passwortgeschuetzte zip-files (z.b. von einer bekannten deutschen mp3-seite) zu entpacken?

danke fuer euere hilfe.
fanti

Anon

Re: passwort geschuetzte zip-files entpacken

#2 Post by Anon »

man unzip

fanti

Re: passwort geschuetzte zip-files entpacken

#3 Post by fanti »

jeppa, nur gibts da leider nix drueber <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

mfg
fanti

grovel
Posts: 184
Joined: 17. Aug 2000 18:39

Re: passwort geschuetzte zip-files entpacken

#4 Post by grovel »

Der entsprechende Parameter heisst -P password

Ich zitiere aus der manpage von zip:

-P password
use password to decrypt encrypted zipfile entries
(if any). THIS IS INSECURE! Many multi-user oper­
ating systems provide ways for any user to see the
current command line of any other user; even on
stand-alone systems there is always the threat of
over-the-shoulder peeking. Storing the plaintext
password as part of a command line in an automated
script is even worse. Whenever possible, use the
non-echoing, interactive prompt to enter passwords.
(And where security is truly important, use strong
encryption such as Pretty Good Privacy instead of
the relatively weak encryption provided by standard
zipfile utilities.)

SeeYa Grovel

Post Reply