From bdc143424643f487323fd3f2a4e3cd5232fc3ef5 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Thu, 22 Apr 2021 23:02:05 +0200 Subject: [PATCH] First commit to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..0c57136 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +# Brieftaube - future secure messaging + +## The idea + +To build a messenger with the following functions/concepts: + +* The code is tiny (Python and no graphics) ++ The code is understandable (Python) ++ The messengers server side is self hosted ++ The encryption is quantum secure using one time pads and linux in build dev/random ++ The communication is done over Tor. The Server will be a hidden service, functioning as meeting point. \ No newline at end of file