2025-11-22 22:50:50 -08:00
2025-11-22 22:50:50 -08:00
2025-11-22 22:50:50 -08:00

Signing a file typically means "I authored this", but sometimes you want to sign something else, for example to indicate that you retrieved something on a given date.

However, just signing the file can't really convey that meaning. There are probably plenty of potential formats that could deal with this, but one very simple method is to create a bash file associated with the file you want to attest and have a message + file hash embedded in the script. Then you can sign the script which ties the message to the specific version of the file. Whoever recieves the trio of files would verify the script with the signature, then run the script which would output the message if the target file matches the embedded hash.
Description
No description provided
Readme 37 KiB
Languages
Shell 100%