qssign (1) Linux Manual Page
qssign – an utility to sign and verify the integrity of log data.
Synopsis
qssign -s|S <secret> [-e] [-v]Description
qssign is a log data integrity check tool. It reads log data from stdin (pipe) and writes the signed data to stdout.Options
- -s <secret>
- Passphrase used to calculate signature.
- -S <program>
- Specifies a program which writes the passphrase to stdout.
- -e
- Writes end marker when stopping data signing.
- -v
- Verification mode checking the integrity of signed data.
Example
Sign:
Verify:
