Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dethos/kinspect
Small web utility to inspect public PGP keys.
https://github.com/dethos/kinspect
gpg hacktoberfest pgp pgp-key vuejs web
Last synced: about 1 month ago
JSON representation
Small web utility to inspect public PGP keys.
- Host: GitHub
- URL: https://github.com/dethos/kinspect
- Owner: dethos
- License: agpl-3.0
- Created: 2019-09-14T19:21:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:17:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-25T12:07:48.714Z (almost 2 years ago)
- Topics: gpg, hacktoberfest, pgp, pgp-key, vuejs, web
- Language: Vue
- Homepage: https://kinspect.ovalerio.net
- Size: 2.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```