1

I did following two things to encrypt all the content of a root folder named "Foo":

Did this

And then did this

The "Foo" folder has many levels of sub-directories with each having multiple files. All of the files in Foo were supposed to be encrypted, but some problem occurred and now only some files are encrypted. Others remain not-encrypted.

The only thing I can do is hunt down these files and encrypt them individually, but that would take forever. The "encrypted" attribute is set on the Foo folder itself, so I cannot ask the system to encrypt it again!

I want to encrypt all the files which are left out. How do I do it?

7
  • What if you decrypt, then once done, encrypt again?
    – LPChip
    Commented Sep 14, 2017 at 9:21
  • @LPChip Yes, that will work. But the problem is, 90% of the content is encrypted. Only 10% of the content (files) are remaining. And the folder is too huge to consider decrypting everything, and encrypt everything again. Commented Sep 14, 2017 at 9:29
  • So what are you asking then? Either selectively decrypt and encrypt, or encrypt each individual file.
    – LPChip
    Commented Sep 14, 2017 at 9:33
  • Possible duplicate: superuser.com/questions/58878/…
    – LPChip
    Commented Sep 14, 2017 at 9:36
  • @LPChip What I am asking is, is there a way to encrypt the left out files? Because encrypting them individually is impractical (as there are thousands of files scattered across thousands of folders, and I don't know which one's are left out without explicitly checking their attribute or observing the lock in their icon) Commented Sep 14, 2017 at 9:37

1 Answer 1

0

It may take a period of time to complete all encryption, based on sub files and folders size. If you can manually encrypt the sub folder with no problem, there may be some factors that disrupts the process(folder/file indexing).

Please try below suggestions to narrow down:

  1. Please confirm that if same problem can be re-produces on same and different folders.

  2. Re-start the system in Clean Boot(with 3rd party process disabled), open "Foo" folder’s properties – Advanced Attributes – Encrypt contents to secure data, then, check the result.

  3. Open "Foo" folder, press Ctrl + A to select all sub folders and files, right click to open Properties – Advanced Attributes – Encrypt contents to secure data, then, check the result.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .