Endpoint Encryption

 View Only
  • 1.  PGP Netshare Command Line --reencrypt-delta

    Posted May 10, 2013 02:36 PM

    Hello,

    I am looking for a way via command line to encrypt only new files that have been added to an already encrypted share.

    I was thinking the --reencrypt-delta switch would do the trick, but it seems to reencrypt everything

     

    What options do I have to accomplish this?

     



  • 2.  RE: PGP Netshare Command Line --reencrypt-delta

    Posted May 13, 2013 01:38 AM

     

    First good when you deal with pgpnetshare.exe

    http://www.symantec.com/business/support/index?page=content&id=DOC6312

    Regarding only encrypt "missing" files:

    --verifiy with an added encrypt command might be usefull.

    You are correct that --reencrypt-delta touches all files but it only changes the metadata (around 4kb per file at Max usually smaller).

    ----CMD Snip---

    By default, --reencrypt-delta does not re-encrypt the already encrypted data; it re-encrypts the metadata. You can force it to re-encrypt the data using --reencrypt-full as an option. 

    ---CMD Snip---