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: Kali Linux 2026.2
-
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The Kali
Linux project has released a new snapshot of the security- and
forensics-focused ...
1 week ago
No comments:
Post a Comment