I'd like to introduce a new #foss project: Open PGP Signature Verification or OPSV.
This eliminates the need to rely on #keybase verify function and, therefore, keybase at all.
Website: https://opsv.foss.guru/
Code on @codeberg: https://codeberg.org/yarmo/opsv
Public stats by #plausible: https://plausible.io/opsv.foss.guru
Time to #DeleteKeybase once and for all
@yarmo Why does it allow only clear-signed messages? π€
@kravietz ow, nice catch! I'm using the openpgp.js library which falls back to web crypto api if supported.
Can you check if you use the fallback?
https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
If not, I'll have to open an issue with the main devs. Thanks for letting me know!