Comment How secure is secure? (Score 2) 18
I've been involved in the development of a couple of secure messaging apps with my employers. At the very beginning of development one of our decisions was "how secure is secure?"
We considered three levels: secure against casual snooping, a determined hacker could find their way in, or an app to make the authorities nervous. We decided on the middle level, implementing best current practice with OpenSSL. If somebody wants to steal our customers' secrets that badly they can do it, but it would take some work. We're comfortable with that.
...laura