Writing/reading password protected zip/gzip files

Hello All,
is there anyway in java that i can
write/read password protected zip/gzip files??
thanks in advance.

Have you looked in the Java Documentation, for instance the java.util.zip package?

Similar Messages

  • Sending HR-File as email by the ABAP program as password protected ZIP file

    Hi All,
    My requiremet is to directly email the SAP-HR files to the users as the password protected ZIP file on UNIX.
    Can anyone help me out how to implement this in my ABAP program.
    Regards,
    Saumik

    hi,
    To populate data in different column you may use the below code.
    DATA : filename TYPE string VALUE  "Path
    DATA :BEGIN OF wa_string,
                   data TYPE string,
              END OF wa_string.
    DATA : it_data LIKE STANDARD TABLE OF wa_string,
               data  TYPE string.
    DATA: v_tab TYPE char1.
    v_tab = cl_abap_char_utilities=>horizontal_tab.
    CONCATENATE 'happy' 'new year'  INTO wa_string-data SEPARATED BY v_tab.
    APPEND wa_string TO it_data .
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename              = filename
      TABLES
        data_tab              = it_data.
    IF sy-subrc <> 0.
    ENDIF.

  • Extracting a Password Protected zip file

    Can anybody help me to extract a password protected zip file? Using java code or any third party API...??

    Can anybody help me to extract a password protected zip file?You'll need the password ;)
    Using java code nope
    any third party API...?? Yup.

  • Password Protected .zip file for DropBox?

    How can I create a password protected zip folder to place on dropbox that is accessible by mac and pc users?

    folder, not file.

  • Library that will let one create a password protected zip file

    Hello All, In my last post, I was not clear, in the explanation of my requirement so that could be a reason for no replies
    I wanted to know whether there are any Java libraries that I can use to create a password protected zip file which will be recognized by WINZIP
    Will hope to hear back .
    Thanks again

    Thanks for the mail and information. So, from my
    understanding, there are no Java libraries thatare
    free that will let you create a password protected
    zip file that WINZIP recognises.
    Please let me know.
    ThanksThere might be free Java APIs that could do that. I
    just stated that I have not come across any. You can
    google and see if you can find any free APIs.
    The other way to do it is to write your own code for
    password protecting the zip files created by
    java.util.zip. A more time consuming solution but a
    solution nonetheless. But with this solution you
    would run into the problem of compatibility with
    winzip.
    Another solution would be to see if you can dig out
    some command based zip utility (I am not sure if
    there is one available for Windows but gzip comes to
    mind on Unix based systems) and use Runtime.exce()
    from your java source code to execute that command.
    I am not aware of any other solution. Hope this helps.thanks again for the reply.
    Can you throw more light on this statement
    "Another solution would be to see if you can dig out some command based zip utility (I am not sure if there is one available for Windows but gzip comes to mind on Unix based systems) and use Runtime.exce() from your java source code to execute that command."
    regarding the command based zip utility, does this provide a password protected zip file, so that winzip will understand and encode it?.
    Please let me know.
    Thanks

  • How create encrypted/password-protected zip file?

    Any idea if there's a way with the Java API to create an encrypted and password-protected ZIP file? I know how to create a zip file with Java, but I need encryption and password protection.

    Thanks for the link, but that's not a solution. It's 3 years old (and still not resolved) and I'm looking for a Java solution.

  • Password Protected Zip Files

    i have recieved a number of password protected zip files which the unzip utility in osx leopard will not open. (i have the correct password).
    i've downloaded a couple of smallish utilities from the download area but they don't seem to be able to accept a password either.
    would someone be kind enough to point me towards a download (hopefully on the apple site) which can accept a password to open a zip file.
    thanks to all.
    ps-in the interests of futility i did try my unrarx application on an off chance it would work. it didn't.

    Here's some you could try. The first two links are to zip utilities for OS X. I can't tell you if they'll do what you need, I just looked for zip programs that work in OS X.
    The third link is for the free Stuffit Expander. The last link is the results for "zip" at VersionTracker. You'll just have to try a bunch of them to find one that hopefully works.
    http://mac.softpedia.com/get/Utilities/MacZi.shtml
    http://www.maczipit.com/download.html
    http://my.smithmicro.com/mac/stuffit/expander.html
    http://www.versiontracker.com/php/qs.php?mode=basic&action=search&str=zip&srchAr ea=macosx&submit=Go

  • Creating/Extracting password protected zip files in AIR

    Hello,
    Does any one have any idea about creating/extracting password protected zip files in AIR. I am aware of FZip but it does not has the feature to password protect.
    Any help would be appreciated.
    Thank you
    VinSat

    Here's some you could try. The first two links are to zip utilities for OS X. I can't tell you if they'll do what you need, I just looked for zip programs that work in OS X.
    The third link is for the free Stuffit Expander. The last link is the results for "zip" at VersionTracker. You'll just have to try a bunch of them to find one that hopefully works.
    http://mac.softpedia.com/get/Utilities/MacZi.shtml
    http://www.maczipit.com/download.html
    http://my.smithmicro.com/mac/stuffit/expander.html
    http://www.versiontracker.com/php/qs.php?mode=basic&action=search&str=zip&srchAr ea=macosx&submit=Go

  • Command for Unzipping a password protected zip file in Solaris

    Hi,
    I got a requirement where I need unzip a password protected zip file using java in Solaris.I tried with
    unzip -P but it is not working in India and Australia (may be I need to download some patch). Can any one help me to find out the solution.
    Thanks
    Naresh

    Hi peterchun,
    Thanks for your reply.
    I was trying with correct password only but my Solaris is not able to recognize unzip -P command. Can you please let me know whether I need to install any patch on Solaris (my Solaris version is 9) for this command.
    Basic requirement: password protected zip files comes to our application and those need to be unzipped to one particular location. As we are using JAVA/J2EE in our application, Can you please suggest any UNIX command (with example) for this requirement will be great.
    Thanks,
    Naresh

  • Generate password protected zip file

    Hi,
    I have a requirement of creating password protected zip file.
    Any guidance would much appreciate.
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Thanks in advance
    Prashant

    Dear,
    I've complied mentioned code but it showed below mentioned error.
    Warning: Package Body created with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY AS_ZIP3:
    LINE/COL ERROR
    67/5     PL/SQL: Statement ignored
    67/15    PLS-00201: identifier 'DBMS_CRYPTO' must be declared
    70/7     PL/SQL: Statement ignored
    70/16    PLS-00201: identifier 'DBMS_CRYPTO' must be declared
    74/9     PL/SQL: Statement ignored
    74/18    PLS-00201: identifier 'DBMS_CRYPTO' must be declared
    92/7     PL/SQL: Statement ignored
    92/42    PLS-00201: identifier 'DBMS_CRYPTO' must be declared
    97/5     PL/SQL: Statement ignored
    97/14    PLS-00201: identifier 'DBMS_CRYPTO' must be declared
    SQL>
    Thanks,
    Prashant

  • How to create password protected zip in java?

    I want to create a password protected zip file in java...java.util.zip does not support this...how to do this???
    Someone please help...

    Thanks for Reply"[email protected]"
    Till today whatever i got is this------
    In java there is no way to make a password protected zip...java.util.zip package does not support this thing...
    To do this we require Third party API---
    Two third party Api i got...
    one is "CHILKAT API for java"
    and another one is "IPWORKS"http://www.componentsource.com/products/ipworks-zip-java-desktop/index.html
    but both of these API are paid...
    Even this problem has been reportd as bug in the bug database....
    And the other way is related with Class Process Builder of java...
    If someone knows more about this then tell me...

  • I am unable to password protect a pdf file. Any thoughts. I went to help and none of the options wer

    I am unable to password protect a pdf file. Any thoughts. I went to help and none of the options were available to me.. I pay for pdf conversion to word and excel

    Password protection is ONLY available with Acrobat Standard or Pro. The PDF to Word converter is just what the name implies... PDF to Word... No encryption, no protection.

  • Password protect a Numbers file

    Hello friends, I was wondering how to password protect a numbers file. I'm creating a financial report and only some eyes can see it. Anyway to force a user to enter a password before it opens is the goal. I appreciate your assistance. Gary

    I advice against using the built in password function for really confidential data.
    Apple has not specified what level of encryption is used, and it is possible that the encryption level is so low that any hacker can open the file.

  • How do you change the password protection for a file if you forget it?

    How do you change the password protection for a file if you forget it?

    Certainly not with Reader...

  • I'm trying to password protect a pdf file but I can see the bottom 1/3 of the window - how do I resize

    I'm trying to password protect a pdf file but I can see the bottom 1/3 of the window - how do I resize

    Do you know what the maximum resolution of your screen is?

Maybe you are looking for