Merge branch 'master' of github.com:beardog108/youandme

This commit is contained in:
Kevin Froman 2020-04-23 22:18:46 -05:00
commit b93d274f67
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
# youandme # youandme 🧑‍🤝‍🧑
[![Build Status](https://travis-ci.org/beardog108/youandme.svg?branch=master)](https://travis-ci.org/beardog108/youandme) [![Build Status](https://travis-ci.org/beardog108/youandme.svg?branch=master)](https://travis-ci.org/beardog108/youandme)
Python library to share data anonymously and securely* with limited traffic metadata. Only you and the person you're talking to should know the details of the converation.
This is a Python library to share data anonymously and securely* with limited traffic metadata. It is designed for generic byte streaming, but a script 'yam' is included to enable basic CLI instant messaging.
\* The ID one connects to a host with must be shared via a secure (private, authenticated) channel. \* The ID one connects to a host with must be shared via a secure (private, authenticated) channel.
`$ pip install youandme` `$ pip install youandme`
You also need a recent Tor daemon in executable path. 0.4 Tor is what is tested. https://www.torproject.org/download/tor/
# why # why
In normal socket connections, Eve can see when Alex and Bob communicate and the size of their communications. In normal socket connections, Eve can see when Alex and Bob communicate and the size of their communications.