ogvt/README.md

17 lines
376 B
Markdown
Raw Permalink Normal View History

2020-02-06 15:09:47 +00:00
# ogvt
aka: OpenBSD Gnupg Verification Tool
A [pledge(2)](https://man.openbsd.org/pledge) and [unveil(2)](https://man.openbsd.org/unvile)'d tool for verifying GnuPG signatures.
## Success
```
./ogvt -file test/uptime.txt -sig test/uptime.txt.asc -pub test/abieber.pub
```
## Failure
```
./ogvt -file test/uptime.txt.bad -sig test/uptime.txt.asc -pub test/abieber.pub
```