We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I should make a sigpipe tool that checks a signed checksum. The sig likley wont be carried in the executable, but the hash is enough:
sigpipe
sigpipe <hash + sig> <untrusted >trusted
need PKI though
The text was updated successfully, but these errors were encountered:
SIGPIPE is widely used as a signal name and thus ungoogleable and easily confused. How about signpipe?
SIGPIPE
signpipe
Sorry, something went wrong.
👍 to signpipe, ive seen too many SIGPIPEs to be comfortable running a program by the same name...
No branches or pull requests
I should make a
sigpipe
tool that checks a signed checksum. The sig likley wont be carried in the executable, but the hash is enough:need PKI though
The text was updated successfully, but these errors were encountered: