From 84421865a0cdcfc3007e16a7dde06d040030dff7 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Thu, 23 Apr 2020 10:14:50 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52d98ba..c6b3d72 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Python library to share data anonymously and securely* with limited traffic meta `$ 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 In normal socket connections, Eve can see when Alex and Bob communicate and the size of their communications. From 18665d0faf4fa5a09ebd0aed051073f448a12dc6 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Thu, 23 Apr 2020 10:18:31 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b3d72..4e480aa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# youandme +# 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.