https://github.com/jabster28/pgproxy
A web app for translating PGP fingerprints information from Keybase and OpenPGP's Key Server.
https://github.com/jabster28/pgproxy
keybase openpgp pgp pretty-good-privacy
Last synced: 3 months ago
JSON representation
A web app for translating PGP fingerprints information from Keybase and OpenPGP's Key Server.
- Host: GitHub
- URL: https://github.com/jabster28/pgproxy
- Owner: Jabster28
- Created: 2021-01-19T23:29:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T18:29:16.000Z (over 1 year ago)
- Last Synced: 2025-03-01T19:30:58.682Z (over 1 year ago)
- Topics: keybase, openpgp, pgp, pretty-good-privacy
- Language: Vue
- Homepage: https://pgproxy.web.app
- Size: 275 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# pgproxy
A web app for translating PGP fingerprints information from [Keybase](https://keybase.io) and [Ubuntu's Key Server](https://keyserver.ubuntu.com/).
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).