https://github.com/vuvuzela/alpenhorn
Bootstrapping Secure Communication without Leaking Metadata
https://github.com/vuvuzela/alpenhorn
cryptography golang messaging metadata pki privacy research vuvuzela
Last synced: 5 months ago
JSON representation
Bootstrapping Secure Communication without Leaking Metadata
- Host: GitHub
- URL: https://github.com/vuvuzela/alpenhorn
- Owner: vuvuzela
- License: other
- Created: 2016-08-31T16:15:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T15:41:13.000Z (almost 7 years ago)
- Last Synced: 2024-06-19T02:10:56.012Z (almost 2 years ago)
- Topics: cryptography, golang, messaging, metadata, pki, privacy, research, vuvuzela
- Language: Go
- Homepage: https://vuvuzela.io
- Size: 356 KB
- Stars: 75
- Watchers: 9
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpenhorn
Alpenhorn is the first system for initiating an encrypted connection
between two users that provides strong privacy and forward secrecy
guarantees for **metadata**. Alpenhorn does not require out-of-band
communication other than knowing your friend's Alpenhorn username
(usually their email address). Alpenhorn's design, threat model, and
performance are described in our
[OSDI 2016 paper](https://davidlazar.org/papers/alpenhorn.pdf).
In short, Alpenhorn works well for bootstrapping conversations in
[Vuvuzela](https://github.com/vuvuzela/vuvuzela). Now users can start
chatting on Vuvuzela without having to exchange keys in person or over
some less secure channel.
A beta deployment of Alpenhorn and Vuvuzela is coming soon.