There are several reasons why you would want to sign a file, one of it is to ensure that the file really came from the author. Well , I recently finished some slides for job and wanted to sign it.
$ gpg --default-key DEADBEEF --sign --detach-sign Some-Dumb-Slides.odp
(Note, DEADBEEF is the Hex ID of my key, the --detach-sign param is used, so that a sig file is created)
An additional Some-Dumb-Slides.sig file will be created.
To verify the signature:
$gpg Some-Dumb-Slides.sig
Gosh I love GPG.
Distribution Release: Mobian 13.0
-
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The Mobian
team has announced the release of Mobian 13.0, a major update of the
project's ...
1 day ago
No comments:
Post a Comment