Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```