Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério 9cb77ad010 info about subkeys and user ids is now displayed 2020-01-18 18:38:20 +00:00
public rename the project 2019-09-21 15:02:33 +01:00
src info about subkeys and user ids is now displayed 2020-01-18 18:38:20 +00: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 update vulnerable dependencies 2020-01-18 18:37:24 +00:00
package.json update vulnerable dependencies 2020-01-18 18:37:24 +00: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