Skip to content

PGPAuth/PGPAuth_Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGPAuth

GitHub version

What is it?

PGPAuth is an App to send PGP signed requests to servers.

Currently the actions to send are hardcoded to "open" and "close", but this is planned to be configurable on the server. If you want this feature, please comment in #3.

Use cases

  • digital key for doors (i.e. for small organizations or hacker spaces)
  • beer taps (configure one server per tap and have IoT beer taps)
    • people actually did that

How to use it?

The smartphones having this app installed need direct access to the server in question. Communication is done over HTTP(S).

Requests are POSTed to the server. For details, please look at the reference implementation at https://github.com/PGPAuth/PGPAuth_CGI.

How can I help?