It means, that if you, in the years 2013-2016, owned
, you could be spied on and anything you encrypted over the internet could be read before encryption happened. Also, you could have mysteriously got killed, because of
Also:
CIA hackers developed successful attacks against most well known anti-virus programs.
The only way to do so is write secure applications with cryptography first, UX/performance second. In order to write secure applications, more people would have to study the subject and implement correct algorithms and use better memory management (which is one of the most used bugs). Also configurations should be done carefully, ideally by an expert (not some random guy who has read a tutorial online)
That's one of the reasons why I love Redox. It is based on the memory-secure Rust-Lang and tries to clean up lots of UNIX clutter. I am following the project development and hope that I can replace my Linux with Redox one day (PC, laptop and phone)