- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To unzip a password protected file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2017 11:45 PM
тАО10-10-2017 11:45 PM
To unzip a password protected file
Hi,
I am trying to unzip a password protected file (eg.file.zip) in windows HP UX.
Can anyone guide me on how to do this.
Thanks in advance
Anu
- Tags:
- unzip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2017 05:41 AM
тАО10-11-2017 05:41 AM
Re: To unzip a password protected file
To unzip a password-protected file in HP-UX operating system, you'll need a ZIP archive tool.
The "jar" command from a JDK package can be used to unzip regular .ZIP packages, but it might not support passworded .ZIPs.
Here is a real "unzip" command line tool for HP-UX. It should automatically prompt for a password if you're extracting a passworded .ZIP file:
http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-6.0/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2017 07:16 AM
тАО10-11-2017 07:16 AM
Re: To unzip a password protected file
> http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-6.0/
UnZip 6,0 should do the job for an archive which was made using
Traditional zip encryption. If you see errors referring to "unsupported
compression method 99", then you have an archive which was made using
AES encryption, which requires a newer (not yet released) version.
(When it's released, UnZip 6.1 should do that job, too.)