It is not a zip file.
it is a b64 file.
Most windows "zip" utilities look into the files to see
how there are encoded - for example tar.gz are treated as zip files.

according to
http://www.vanemery.com/Linux/Apache/openSSL.html
there is a command line de base 64 the file.
"openssl enc -d -base64 -in myfile.b64 -out myfile.decrypt"

Peter



On 9/7/07, Aggarwal Amit <[EMAIL PROTECTED]> wrote:
> Yes, I can unzip it using other zip tools. Also it is shown as a zip (icon) 
> file on windows. SO some attribute of it is tellin windows that it is zip 
> file. But unzip of ANT cant identify it as a zip file.
>
> Best Regards
> Amit Aggarwal
>
>
> ________________________________
>
> From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
> Sent: Fri 9/7/2007 9:52 PM
> To: Ant Users List
> Subject: RE: Not able to unzip .b64 extension
>
>
>
> Are you able to unzip it with other zip tools?
>
> -Rob Anderson
>
> > -----Original Message-----
> > From: Aggarwal Amit [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 07, 2007 6:00 AM
> > To: [email protected]
> > Subject: Not able to unzip .b64 extension
> >
> > Hello,
> >
> > I am trying to unzip a file with .b64 extension. Using unzip
> > or gunzip, I am not able to unzip it and it throws an error
> > saying it is not a valid zip file.
> > The file is created by openssl while signing a jar file. Can
> > anyone tell me how I can unzip this file with .b64 extension
> > using ANT ?
> >
> > Best Regards
> > Amit Aggarwal
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to