slackbuilds/system/signify
B. Watson 57f0f8f8a5 system/signify: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:12 -04:00
..
README system/signify: Wrap README at 72 columns. 2022-03-17 12:38:12 -04:00
signify.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
signify.info
slack-desc

README

OpenBSD tool to sign and verify signatures on files. Portable version.

The signify utility creates and verifies cryptographic signatures.
A signature verifies the integrity of a message.

The key and signature files created by signify have the same format.
The first line of the file is a free form text comment that may
be edited, so long as it does not exceed a single line. Signature
comments will be generated based on the name of the secret key used
for signing. This comment can then be used as a hint for the name
of the public key when verifying. The second line of the file is the
actual key or signature base64 encoded.