Ask HN: How can I verify that WhatsApp uses E2E encryption?
1–10 of 48 posts
Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#2Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#3In short: it's not Facebook's or WhatsApp's fault, but they're forced to cheat if there is the requirement from US officials.
While there may be E2E encryption in WhatsApp, there is no way to get it trustworthy.
Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#4Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#5I guess, connect on a computer using your phone VPN ability, and launch wireshark.
Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#6I guess, connect on a computer using your phone VPN ability, and launch wireshark.
Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#7Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#8Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#9But that's a lot of ifs, and doesn't prove there's no backdoor that's currently disabled.
Re: Ask HN: How can I verify that WhatsApp uses E2E encryption?
#10But source code can also lie to you. To really understand what the application is doing, you need to do what security auditors do irrespective of source code availability. Namely:
1. Disassemble the application binary.
2. Debug the running application.
3. Observe the network traffic.
Here's another thing to think about. Suppose the source code were available. How could you trust that the source code provided matches the compiled binary running on your phone? You would need to perform the above steps to verify.