Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério a4182aba3f add initial key data to the key details component 2019-09-15 12:16:20 +01:00
public add vuetify for the interface 2019-09-14 20:57:46 +01:00
src add initial key data to the key details component 2019-09-15 12:16:20 +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 Add license to the project 2019-09-14 20:27:01 +01:00
babel.config.js init 2019-09-14 20:14:31 +01:00
package-lock.json add openpgp to the project 2019-09-14 23:35:17 +01:00
package.json add openpgp to the project 2019-09-14 23:35:17 +01:00

README.md

kinspector

Small tool to quickly inspect the details for PGP public keys. Just open the page, paste the key and the key properties.

Development Instructions

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