Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério 5206b81e32 add web key directory search 2020-06-18 23:30:17 +01:00
public rename the project 2019-09-21 15:02:33 +01:00
src add web key directory search 2020-06-18 23:30:17 +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 rename the project 2019-09-21 15:02:33 +01:00
babel.config.js init 2019-09-14 20:14:31 +01:00
package-lock.json Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-07 06:58:12 +00:00
package.json add clear previous keys feature and a set of other improvements 2020-05-31 18:28:12 +01: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.

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