You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
429 B

  1. # Brieftaube - future secure messaging
  2. ## The idea
  3. To build a messenger with the following functions/concepts:
  4. * The code is tiny (Python and no graphics)
  5. + The code is understandable (Python)
  6. + The messengers server side is self hosted
  7. + The encryption is quantum secure using one time pads and linux in build dev/random
  8. + The communication is done over Tor. The Server will be a hidden service, functioning as meeting point.