View previous topic :: View next topic |
Author |
Message |
pagis n00b
Joined: 02 Jan 2005 Posts: 13
|
Posted: Thu Apr 21, 2005 7:57 pm Post subject: [OT-HELP] file .zip con password |
|
|
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 |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Thu Apr 21, 2005 8:08 pm Post subject: |
|
|
Semplicemnete con
Code: | $ unzip -P password file.zip |
PS: man unzip _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pagis n00b
Joined: 02 Jan 2005 Posts: 13
|
Posted: Thu Apr 21, 2005 8:28 pm Post subject: |
|
|
Magari fosse così semplice
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 |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Thu Apr 21, 2005 8:32 pm Post subject: |
|
|
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 |
|
|
pagis n00b
Joined: 02 Jan 2005 Posts: 13
|
Posted: Thu Apr 21, 2005 8:43 pm Post subject: |
|
|
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 |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Thu Apr 21, 2005 8:55 pm Post subject: |
|
|
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 |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Thu Apr 21, 2005 8:57 pm Post subject: |
|
|
Con che versione e' stato creato il file .zip?? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pagis n00b
Joined: 02 Jan 2005 Posts: 13
|
Posted: Thu Apr 21, 2005 9:08 pm Post subject: |
|
|
@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 |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Thu Apr 21, 2005 9:31 pm Post subject: |
|
|
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 |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Apr 22, 2005 10:44 am Post subject: |
|
|
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 |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Fri Apr 22, 2005 11:38 am Post subject: |
|
|
@randomaze
si ma se funziona funzip funziona anche unzip...
@pagis
è vero aes 256 bit non è supportata da unzip _________________ C. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Apr 22, 2005 12:26 pm Post subject: |
|
|
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 _________________ Ciao da me! |
|
Back to top |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Fri Apr 22, 2005 12:30 pm Post subject: |
|
|
pensavo che fosse supportato .... hai ragione... mi sono espresso da cane _________________ C. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Apr 22, 2005 12:33 pm Post subject: |
|
|
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 |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Fri Apr 22, 2005 12:37 pm Post subject: |
|
|
si... ma nel caso si necessiti di un software freeware c'è Simplyzip _________________ C. |
|
Back to top |
|
|
|