mirror of https://github.com/dethos/kinspect.git
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.
![]() |
9 months ago | |
---|---|---|
.github/workflows | 3 years ago | |
public | 4 years ago | |
src | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
vue.config.js | 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