Password protect a zip file

Hallo,
is it possible to add encryption to a zip archive (add a password to a zip file) ?
I have tried CL_ABAP_ZIP but cannot find a way to add a password ?
Thanks
Jan

Hi,
i've the same problem. did you find any way? i hope you will help me.
Thanks.

Similar Messages

  • Password protecting a Zip file in windows 7

    So I am trying to figure out how to password protect a zip file using the built in zipping utility in windows 7.  In windows xp and vista once you have created a zipped file you open the file and select file>add password.
    In windows 7 (currently using pro) there is no "add password" option, anyone have any idea why this is?  Or is there some other way of adding a password to a windows zip file that I am not aware of?  Am I being forced to add a 3rd party
    zip app in order to password protect files? 
    if so my other question is why would such a simple/convenient feature be removed from an operating system that is suppose to be superior then the previous?

    According to the Windows 7 Help file there is no such capability in windows 7:
    Can I protect files or folders with a password?
    No, you can't use a password to protect files and folders in
    Windows. However, some programs that run on Windows allow you to protect individual files with a password. For more information, check the Help for the program you're using.
    There are other ways to protect your files and folders in Windows. You can
    encrypt your files using Encrypting File System (EFS), manually specify who can access the folders or files by setting permissions, or hide them. Choose your method based on how secure the folders or files need to be.
    Encrypting is the most secure, while hiding the folders is the least secure.
    For more information about EFS, see What is Encrypting File System (EFS)? For more information about permissions, see
    What are permissions?
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • How to password protect a zip file

    How can I password protect a zip file and if I email the file will the recipient need the password?

    I found a nifty tip to encrypt a zip file that is built into OSX.  The only issue is you have to use the command line (Terminal).  If you don't mind a little tinkering here is how you can encrypt your files to an encrypted zip without buying any other program.
    1. Open up a Terminal window on your mac
    2. Navigate "cd" to the directory where the file you what to make an encrypted zip file.
    3. Type:
         zip -e SecretEncryptedFile.zip FileToEncrypt.txt
    Note: the man pages have more than you ever wanted to know about the zip command: "man zip"
    To unencrypt simple double click on the file and type the password.  I have also unencrypted the files on a PC.

  • Can I password protect a zip file?

    Is it possible to encrypt or place a password on a zip file created in the Finder?

    not from finder. you can do it from terminal if you wish or use some 3rd part archiving tool like Stuffit . I think it can make password protected zip files. but zip passwords can be cracked. a better option is to use an encrypted disk image instead of a zip file. you can make one with disk utility.

  • Password for a zip file

    Dear,
    We have a procedure which compress and email a file (account stmt) to 100s of customers daily. Please give idea on protecting that zip file with password before emailing.
    It is something similar to credit cared statement where only the recipient should able to open.
    I have searched in many sites, it seems it is possible by Unix but we need in PL/SQL
    Thanks in advance
    Kim

    944500 wrote:
    Dear,
    We have a procedure which compress and email a file (account stmt) to 100s of customers daily. Please give idea on protecting that zip file with password before emailing.
    It is something similar to credit cared statement where only the recipient should able to open.
    I have searched in many sites, it seems it is possible by Unix but we need in PL/SQL
    Thanks in advance
    Kimhttp://www.lmgtfy.com/?q=open+source+pgp

  • Creation of Password for the Zip file which are sent thru email

    Dear Experts,
                          how to create a password for the zip file which is sent via email through a abap program.
                                    OR
    how to create a password in abap for a zip file.
    Thanks...
    Vishal
    Edited by: vishal_reddy786 on Jun 22, 2010 7:31 AM

    UNSOLVED

  • How to set password for a zip file and should be checked when reading that

    Hi friends,
    how to set password for a zip file and should be checked when reading that file???
    thanks.
    Praveen Reddy.J

    Heyy man, i think, u did not get my problem.
    all i have to do is:
    i have to create a zip file, and we should secure it with password when creating. and whenever the user wants to open that zip file he should provide correct passowrd otherwise he could not read that file. So, we should check for that also.
    Tanks for reply.

  • 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.

  • Creating Password Protected MS WORD File

    Hi,
    i reported a program which creating password protected ms excel file using OLE2 objects in local harddisk of computer.
    can i report same program with ms word file?
    Can somebody help me pls?
    Thanks.

    Hello,
    This is what you require
      GET PROPERTY OF word 'activedocument' = actdoc .
      CREATE OBJECT word 'WORD.APPLICATION' .
      IF sy-subrc NE 0 .
        MESSAGE s000(su) WITH 'Error while creating OLE object!'.
        LEAVE PROGRAM .
      ENDIF .
      GET PROPERTY OF word 'documents' = documents.
      CALL METHOD OF documents 'Add' = newdoc.
      call method of newdoc 'Activate'.
        CALL METHOD OF actdoc 'SaveAs'
        EXPORTING
          #1 = 'C:\file.doc'          "filename
          #2 = 1                      "fileFormat
          #3 = 0                      "LockComments
          #4 = 'passopen'             "password to open a workbook
          #5 = 0                      "AddToRecentFiles
          #6 = 'passmod'.             "password for write access

  • 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?

  • How to set password for a zip file?

    I am able to add files to a zip file using java.util.zip.ZipOutputStream. I'd like to set password for the generated zip file, but could not find any relevant API in JDK doc.
    How to do that in Java? Maybe using a third party library?
    Any suggestions are welcome.
    Thanks.

    Thanks bro, I am looking at the Zip4J :) one of its feature is "Read/Write password protected Zip files" :)

  • How do I password protect a pdf file - getting error messages?

    I'm trying to protect a pdf file (i.e. a tax return printed to PDF) with password to open and password to modify. However I'm getting an error message in a pop up window saying..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder." I'm using WIN 8.1. and I'm using Adobe Acrobat Pro XI (student / teacher version). This is a standalone PC so I can't imaging someone else is using this file. Also I've tried renaming and saving to a different folder (from the folder the original file is saved). I've also looked at properties of the PDF file and its not tagged as read only. Please advise if I'm missing something. Thanks for your help.

    Thanks for responding...I'm getting the same message that I got at first..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder."
    The next day I emailed the file to my work PC and encrypted it with no problems. I have WIN 7 and am using Acrobat 8.0 there. So the problem seems to be with my new PC here at home (i.e. WIN 8.1 and Acrobat XI). Frustrating. I'm betting its some obscure setting in WIN or Acrobat, that is way over my head. Please let me know if you have any ideas. Thanks again.
    Phil

  • Is there a way to password protect a single file in numbers?

    Is there a way to passwork protect a single file in Numbers?

    Not directly no - there is this work-around which should still work on iOS 6, or you could see if any of the third-party email apps in the app store support a password, or just access your account via Safari (you can create a homescreen shortcut for your account's login page)

Maybe you are looking for

  • Error in Stock transfer between plants.

    Here user is transfering materials from one plant to another against a sales order.  However, the system is issuing error messages like this: "1.  Sales Order (SOBKZ = ) is not provided for this goods movement. 1.  Account xxxxx (Inventory change a/c

  • Asset Value Date Exit and Enhancement

    Hi, We have a requirement from customer, that the asset value date in ANY asset posting transaction cannot be less than or equal to 30.06.2014 it should always be 01.07.2014 or higher. So, please let me know if there is any User Exit which can be use

  • Write to spreadsheet adds carriage return

    I am using build array function to put together a number of strings and build an array of strings.  The build array is in a while loop.  A new line is added to the array every loop.  I am using write to spread sheet function to save the spreadsheet t

  • Whenever i lose signal, a message appears that cannot be dismissed.

    an image of the alert is attached. the message cannot be dismissed. I am unable to use my phone at this point. i am forced to restart. it then works fine.

  • CS3 Bridge as DAM

    Has anyone been able to successfully implement Bridge CS3 as a DAM over a work group? I'm doing some tests, mainly adding keywords in the XMP, then having a coworker search the server for the keyword. I haven't had much luck. Is there a way to export