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.
Development Release: AnduinOS 2.0.0 Beta 2
-
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The
AnduinOS team has announced the availability of a development snapshot of
AnduinOS 2.0...
3 days ago
No comments:
Post a Comment