Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério f5b6a3b3b6
Merge pull request #53 from dethos/dependabot/npm_and_yarn/glob-parent-5.1.2
Bump glob-parent from 5.1.1 to 5.1.2
2023-01-02 11:24:09 +00: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 glob-parent from 5.1.1 to 5.1.2 2023-01-02 11:20:00 +00:00
package.json Bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, sass-loader and vuetify-loader 2022-12-31 17:59:57 +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