TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WhatsApp Security Whitepaper [pdf]

92 pointsby frankpfabout 9 years ago

5 comments

dangabout 9 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11431108" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11431108</a>
CiPHPerCoderabout 9 years ago
From what I can tell, the main difference between this and what Signal was using as of December is:<p>- WhatsApp uses AES-256 instead of AES-128 (both are CBC mode)<p>- WhatsApp uses HMAC-SHA-256 instead of HMAC-SHA-1<p>I <i>think</i> everything else is the same. (I need to re-read the Signal Protocol specification later today to make sure.)
评论 #11433689 未加载
评论 #11433544 未加载
d33about 9 years ago
It&#x27;s nice to see decent security turned into a product desired by the users! I wonder which big platform is going to adopt this next :)<p>Is there any open-source Linux desktop implementation?
评论 #11464118 未加载
nickikabout 9 years ago
Do they use pinning for the Transport Layer? Apple seems to do that in their newer versions. Or is their some reason why they should not?
l1feh4ckabout 9 years ago
end-to-end encryption protocol haa?