Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT-HELP] file .zip con password
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
pagis
n00b
n00b


Joined: 02 Jan 2005
Posts: 13

PostPosted: Thu Apr 21, 2005 7:57 pm    Post subject: [OT-HELP] file .zip con password Reply with quote

Salve a tutti.
Come posso aprire i file zippati e crittografati con password sotto linux? La password ovviamente la conosco, per adesso ho installato winzip tramite wine ma preferirei una soluzione più pulita :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Thu Apr 21, 2005 8:08 pm    Post subject: Reply with quote

Semplicemnete con
Code:
$ unzip -P password file.zip


PS: man unzip
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pagis
n00b
n00b


Joined: 02 Jan 2005
Posts: 13

PostPosted: Thu Apr 21, 2005 8:28 pm    Post subject: Reply with quote

Magari fosse così semplice :D

Code:

unzip -P lapassword lez5_simm_enc_mod_opz.zip
Archive:  lez5_simm_enc_mod_opz.zip
   skipping: lez_3.1.1_3.1.2_simm_it.pdf  unsupported compression method 99
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Thu Apr 21, 2005 8:32 pm    Post subject: Reply with quote

Beh se dai
Code:
$ unzip lez5_simm_enc_mod_opz.zip

ti chiede di inserire la password
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pagis
n00b
n00b


Joined: 02 Jan 2005
Posts: 13

PostPosted: Thu Apr 21, 2005 8:43 pm    Post subject: Reply with quote

No stesso identico errore "unsupported etc etc" boh strano.
Il file non è corrotto ho provato ad estrarlo con winzip, credo sia stato criptato con l'AES da 256bit non è che unzip supporta solo la vecchia cifratura di winzip?
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Thu Apr 21, 2005 8:55 pm    Post subject: Reply with quote

pagis wrote:
No stesso identico errore "unsupported etc etc" boh strano.
Il file non è corrotto ho provato ad estrarlo con winzip, credo sia stato criptato con l'AES da 256bit non è che unzip supporta solo la vecchia cifratura di winzip?

funzip [-password] [input[.zip|.gz]]
_________________
C.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Thu Apr 21, 2005 8:57 pm    Post subject: Reply with quote

Con che versione e' stato creato il file .zip??
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pagis
n00b
n00b


Joined: 02 Jan 2005
Posts: 13

PostPosted: Thu Apr 21, 2005 9:08 pm    Post subject: Reply with quote

@fedeleallalinea
ora che ci penso credo con l'ultima versione di winzip (la 9??) visto che con la versione 8 non riuscivo a scompattarlo.

@CarloJekko
ottengo questo
Code:

unzip error: first entry not deflated or stored--cannot unpack

comunque se la password fosse ciccio dovrei fare così no?
Code:

funzip -ciccio lez5_simm_enc_mod_opz.zip
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Thu Apr 21, 2005 9:31 pm    Post subject: Reply with quote

pagis wrote:
@fedeleallalinea
ora che ci penso credo con l'ultima versione di winzip (la 9??) visto che con la versione 8 non riuscivo a scompattarlo.

@CarloJekko
ottengo questo
Code:

unzip error: first entry not deflated or stored--cannot unpack

comunque se la password fosse ciccio dovrei fare così no?
Code:

funzip -ciccio lez5_simm_enc_mod_opz.zip

aspè ho detto 1 stronxxxata... funzip è compatibile con AES 56 bit ma estrae in una pipe
_________________
C.


Last edited by CarloJekko on Fri Apr 22, 2005 12:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Apr 22, 2005 10:44 am    Post subject: Reply with quote

CarloJekko wrote:
funzip è compatibile con ASC 256 bit ma estrae in una pipe


Traducendo in termini comprensibili ai normali mortali, funziona si o no?
_________________
Ciao da me!
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Apr 22, 2005 11:38 am    Post subject: Reply with quote

@randomaze
si ma se funziona funzip funziona anche unzip...
@pagis
è vero aes 256 bit non è supportata da unzip
_________________
C.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Apr 22, 2005 12:26 pm    Post subject: Reply with quote

CarloJekko wrote:
si ma se funziona funzip funziona anche unzip...
...
è vero aes 256 bit non è supportata da unzip


Non so se sono io, ma tenendo da parte il "si" (suppongo risposta alla mia domanda) e mettendo insieme:

"ma se funziona funzip funziona anche unzip"
"aes 256 bit non è supportata da unzip"

risulta:

"aes 256 bit non è supportata da funzip"

il che contraddice il "si" iniziale :roll:
_________________
Ciao da me!
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Apr 22, 2005 12:30 pm    Post subject: Reply with quote

pensavo che fosse supportato .... hai ragione... mi sono espresso da cane
_________________
C.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Apr 22, 2005 12:33 pm    Post subject: Reply with quote

CarloJekko wrote:
pensavo che fosse supportato .... hai ragione... mi sono espresso da cane


Ok, era giusto per chiarezza nei confronti di chi potrebbe leggere il thread tra mesi.

L'ultima risorsa potrebbe essere wine...
_________________
Ciao da me!
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Apr 22, 2005 12:37 pm    Post subject: Reply with quote

si... ma nel caso si necessiti di un software freeware c'è Simplyzip
_________________
C.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum