1

How do you encrypt a partition, instead of a full disk, with PGP Desktop, from the command line? To encrypt a whole disk there seems to be a --disk argument, but I can't find how to do it for partitions.

1 Answers1

1

It is something along these lines.

pgpwde --encrypt --passphrase "your password goes here" --disk "#" --partition "#"

This article may give you more insight, it talks about the decrypt.

ricbax
  • 5,118