Interesting story, but wouldn’t be surprised if the real play here was to get his source code so they could get some bad guys to use a modified version that the NSA could crack. Put a back door in and then intercept traffic trying to download the encryption app to download the back-doored version. The fact that the NSA has to call him in the middle of the night to learn that the free version didn’t use strong encrypt…
I doubt it. For one, how could they expect to distribute it in a way that a bad guy was more likely to download than by going to the official site? But also, if they did want to do that, they could probably backdoor it pretty easily just by patching the binary a bit. Reverse engineering and changing binaries is way easier than cracking encryption, and they probably have some of the world's top reverse engineers. The…
Man in the Middle attacks work even if one goes to the official site. It could have looked something like this.
1) User attempts to go to the official site https://...
2) NSA intercepts the message, downgrades to http and sends back a dummy site with the malicious binary [1].
3) The user doesn't notice the change and uses the malicious binary.
Today, a series of steps have been taken to make such an attack more difficult. Now browsers tend to try to warn the user and sites can take advantage of HSTS preload lists[2]. However, this article was written about an event in early 2000 when many of these safeguards didn't exist.
[1] https://en.wikipedia.org/wiki/Downgrade_attack
[2] https://blog.mozilla.org/security/2012/11/01/preloading-hsts...