Small web utility to inspect public PGP keys.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Gonçalo Valério f5b6a3b3b6
Merge pull request #53 from dethos/dependabot/npm_and_yarn/glob-parent-5.1.2
9 months ago
.github/workflows Enable code scanning 3 years ago
public rename the project 4 years ago
src update dependencies and avoid importing things that are not required 3 years ago
.gitignore init 4 years ago
LICENSE Add license to the project 4 years ago
README.md added the wkd search feature to the readme's description 3 years ago
babel.config.js update dependencies and avoid importing things that are not required 3 years ago
package-lock.json Bump glob-parent from 5.1.1 to 5.1.2 9 months ago
package.json Bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, sass-loader and vuetify-loader 9 months ago
vue.config.js add web key directory search 3 years ago

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