Tapir provides a framework for building Anonymous / metadata resistant Services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Sarah Jamie Lewis 5af71324b2
Updated Logo
4 years ago
applications Force Failure if remote attempts to authenticate with a different 4 years ago
networks/tor Force Failure if remote attempts to authenticate with a different 4 years ago
primitives Force Failure if remote attempts to authenticate with a different 4 years ago
testing Force Failure if remote attempts to authenticate with a different 4 years ago
.drone.yml Adding Integration Test 4 years ago
.gitignore Adding Integration Test 4 years ago
README.md Force Failure if remote attempts to authenticate with a different 4 years ago
application.go Moving towards a release candidate. 4 years ago
go.mod Integration Pre-Release 4 years ago
go.sum Integration Pre-Release 4 years ago
service.go Force Failure if remote attempts to authenticate with a different 4 years ago
tapir.png Updated Logo 4 years ago

README.md

TAPir: Tiny Anonymous Peer

Tapir is a small library for building p2p applications over anonymous communication systems (right now Tapir only supports Tor v3 Onion Services).

Tapir has been designed as a replacement to the Ricochet protocol.

Features

  • New Authentication Protocol based on v3 Onion Services
  • Bidirectional Application Channels.

Work In Progress