Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério 1a81002539
Merge pull request #37 from dethos/dependabot/npm_and_yarn/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1
2022-07-20 15:57:49 +01:00
.github/workflows Enable code scanning 2020-10-01 17:50:58 +01:00
public rename the project 2019-09-21 15:02:33 +01:00
src update dependencies and avoid importing things that are not required 2020-09-06 11:44:01 +01:00
.gitignore init 2019-09-14 20:14:31 +01:00
LICENSE Add license to the project 2019-09-14 20:27:01 +01:00
README.md added the wkd search feature to the readme's description 2020-09-06 11:55:57 +01:00
babel.config.js update dependencies and avoid importing things that are not required 2020-09-06 11:44:01 +01:00
package-lock.json Bump terser from 4.8.0 to 4.8.1 2022-07-20 14:48:20 +00:00
package.json update vue cli-service 2020-12-20 00:55:24 +00:00
vue.config.js add web key directory search 2020-06-18 23:30:17 +01:00

README.md

kinspect

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.

Development Instructions

Install the dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint