An open API service indexing awesome lists of open source software.

https://github.com/qbit/ogvt


https://github.com/qbit/ogvt

Last synced: about 2 months ago
JSON representation

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.

[![builds.sr.ht status](https://builds.sr.ht/~qbit/ogvt.svg)](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
```