No description
Find a file
2021-04-22 23:02:05 +02:00
BTvenv first commit 2020-08-27 21:39:46 +02:00
UDPHole_example@6249a186f5 first commit 2020-08-27 21:39:46 +02:00
chatclient.py first commit 2020-08-27 21:39:46 +02:00
chatclient1.py first commit 2020-08-27 21:39:46 +02:00
chatserver.py first commit 2020-08-27 21:39:46 +02:00
fonts.py first commit 2020-08-27 21:39:46 +02:00
generatePad.py first commit 2020-08-27 21:39:46 +02:00
intelchips.save first commit 2020-08-27 21:39:46 +02:00
LICENSE.txt license added 2020-08-31 13:34:47 +02:00
not.es first commit 2020-08-27 21:39:46 +02:00
Pad.txt first commit 2020-08-27 21:39:46 +02:00
Post-Quantum-Cryptography.pdf first commit 2020-08-27 21:39:46 +02:00
README.md First commit to README 2021-04-22 23:02:05 +02:00
Smiley.png first commit 2020-08-27 21:39:46 +02:00
Smiley.ppm first commit 2020-08-27 21:39:46 +02:00
voilastate.db first commit 2020-08-27 21:39:46 +02:00

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.