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

This commit is contained in:
Kevin Froman 2020-04-20 20:41:18 -05:00
commit 914a0d263a
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ Python library to share data anonymously and securely* with limited traffic meta
In normal socket connections, Eve can see when Alex and Bob communicate and the size of their communications.
This library sends continuous streams of data even when no information is being communicated, in order to increase unobservability of transmission times and packet sizes.
This library sends continuous streams of data (null bytes) even when no information is being communicated, in order to increase unobservability of transmission times and packet sizes.
Anonymity and encryption is provided via Tor onion services, though this library could easily be adapted to use plaintext (and encryption by an application) or
Anonymity and encryption is provided via Tor onion services, though this library could easily be adapted to use plaintext (and encryption by an application) or another relay like I2P.
# security
@ -28,4 +28,4 @@ As stated above, this library does no authentication. However, if the ID is shar
## What an attacker sees in a youandme connection
![](dummy.png)
![](dummy.png)