https://github.com/qbit/ogvt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qbit/ogvt
- Owner: qbit
- License: isc
- Created: 2021-09-28T01:03:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T15:17:41.000Z (3 months ago)
- Last Synced: 2026-03-20T07:39:49.363Z (3 months ago)
- Language: Go
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ogvt
A [pledge(2)](https://man.openbsd.org/pledge) and [unveil(2)](https://man.openbsd.org/unveil)'d tool for verifying GnuPG signatures.
[](https://builds.sr.ht/~qbit/ogvt?)
## Success
```
./ogvt -file test/uptime.txt -sig test/uptime.txt.asc -pub test/adent.pub
"Arthur Dent " (85A37DE03BBE9A3019A7E3A43BC546AF2E6705B7)
Signature OK.
```
## Failure
```
./ogvt -file test/uptime.txt.bad -sig test/uptime.txt.asc -pub test/adent.pub
openpgp: invalid signature: hash tag doesn't match
```