Frends.Pgp.SignFile / 1.3.0
Summary
Signs a file with PGP, which proves it came from you unchanged but leaves the contents readable — signing is not encryption.
Typical use — exchanges where the partner needs to trust the origin but the content itself is not confidential
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SourceFilePath | String |
– | C:\temp\message.txt |
Full path to the file for signing. |
| OutputFilePath | String |
– | C:\temp\message.pgp |
Full path for the signing file. |
| OutputFileExistsAction | OutputFileExistsAction |
– | OutputFileExistsAction.Overwrite |
Action for if the output file exists. Possible values:
|