Coder Social home page Coder Social logo

shinosaki / keyhoarder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

Lightweight OpenPGP key server (HKP). Works on Cloudflare Workers

Home Page: https://keys.lain.im

License: MIT License

JavaScript 100.00%
cloudflare-workers hkp keyserver openpgp openpgp-keyserver

keyhoarder's Introduction

KeyHoarder

KeyHoarder is the open-source OpenPGP keyserver software. It provides HKP keyserver on Cloudflare Workers, Bun, Node.js.

Features

  • Upload ascii armored OpenPGP keys
  • Search for keys by Email address, Name or any query
  • draft-gallagher-openpgp-hkp-00 compliant's key lookup.
  • JSON formatted key lookup

Deploy

  1. Set SITE_NAME from wrangler.toml.
    [vars]
    SITE_NAME = "My OpenPGP Keyserver"
  2. Create KV namespaces. and append KV's id to wrangler.toml
    $ npx wrangler kv:namespace create keyhoarder
  3. Deploy to Cloudflare Workers
    $ npm run deploy

Send/Search key with GnuPG

  • --keyserver: Your keyserver hostname
  • --search-keys: Your OpenPGP key's email address

Create key

$ gpg --full-key-gen

Send key to your keyserver

$ gpg --keyserver https://keys.example.com --send-keys <Your key's fingerprint>

Search key

$ gpg --keyserver https://keys.example.com --search-keys [email protected]

Dependencies

Author

Shinosaki

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.