Small web utility to inspect public PGP keys.
Small tool to quickly inspect the details of public PGP keys.
Just open the web page, paste the key on the textarea and the key properties will be displayed.
If you don’t have the key, you can use the built in “Web Key Directory” search feature to fetch the correct public key for a given email address.
npm install
npm run serve
npm run build
npm run test
npm run lint