|
This is a trivial Flask file uploading application, with a "code name"-based feedback system, wrapping GnuPG's Python bindings, intended to be run on Tor. The security it provides is marginal, but it's so simple that it's not the part of anyone's stack that's most likely to be compromised. I think a significantly better version of this could be built. What makes doing that tricky is that you want to retain the almost hello-world simplicity of this app, because the big reason not to run something like this is the likelihood that the server itself will have flaws. On the other hand, it's 2017, and you can also accept files over secure messengers. Later Amusingly, people seem to think that these are bad things to say about an application like SecureDrop. |
https://www.nytimes.com/tips
Would you mind describing, in a few broad strokes, what a better SecureDrop would look like? What would be the main potential changes and improvements?