From a4f91c7aff237351ac5d97b6fd2b882b790b8cf0 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Mon, 20 Apr 2020 06:25:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5355d6..3364144 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 another relay like I2P.