diff --git a/sources/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md b/sources/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md deleted file mode 100644 index 1bc7c40341..0000000000 --- a/sources/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md +++ /dev/null @@ -1,83 +0,0 @@ -[#]: subject: "Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs" -[#]: via: "https://news.itsfoss.com/twitter-signal/" -[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" -[#]: collector: "lkxed" -[#]: translator: "chai001125" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs -====== - -Earlier this year, Elon Musk [tweeted][1] that Twitter DMs needed end-to-end encryption like Signal. - -Even back in 2016, **Edward Snowden**[asked][2]**Jack Dorsey**, former CEO and Co-Founder of Twitter, to add something similar to the platform. - -But, it never came to be. It was probably tested but never implemented. - -With a recent announcement (kind of), this seems to be coming to fruition😌 - -Elon shared a few slides from his company talks, which included '**Encrypted DMs**' for the platform with the Twitter 2.0 roadmap. - -### 🔒 Signal Protocol to Twitter DMs - -![twitter encrypted dms][3] - -While some tinkerers like [Jane Manchun Wong][4](security researcher) found code references to the [Signal Protocol][5] in Twitter's iOS and Android applications. - -Elon Musk confirmed the plan for it in a [tweet][6] about the improvements set to come to the platform under the '**Twitter 2.0**' roadmap. - -In other words, Elon confirmed that encrypted DMs are coming soon. - -![twitter dm signal protocol][7] - -**For those who don't know:** Signal Protocol is an open-source cryptographic protocol that allows the implementation of end-to-end encryption in a perfect forward secrecy ([PFS][8]) manner. - -The protocol uses a '_Double Ratchet algorithm_' where two parties exchange encrypted messages based on a constantly changing shared secret key. - -This ensures that no third party can access the message's contents, as the shared keys only exist on the devices of the two parties. - -The [Signal][9] app makes the best of it. However, you do have several privacy-focused alternatives if you want to explore: - -[Looking to Ditch WhatsApp? Here are 5 Better Privacy Alternatives to WhatsApp][10] - -**How can it help with Twitter DMs?** - -Well, it can make Twitter a more secure platform by preventing malicious actors and governments from snooping around the messages of Twitter users. - -The implementation of Encrypted DMs can be beneficial for whistleblowers, journalists, and activists who are constantly at risk of being censored or targeted for their work. - -Sure, encrypted DMs may not be the most extreme protection measure in terms of privacy. **But it is better than nothing.** - -### 🔏 Encrypted Messaging Should be the Standard - -In these turbulent times, we see more malicious actors trying to gain unauthorized access to sensitive information than ever before. - -Support for End-to-end encryption should be the de facto standard for all messaging platforms, and I hope that Twitter adds it soon. - -_Thoughts? Feel free to share what you think in the comments down below._ - --------------------------------------------------------------------------------- - -via: https://news.itsfoss.com/twitter-signal/ - -作者:[Sourav Rudra][a] -选题:[lkxed][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://news.itsfoss.com/author/sourav/ -[b]: https://github.com/lkxed -[1]: https://twitter.com/elonmusk/status/1519469891455234048 -[2]: https://twitter.com/Snowden/status/808736772830195713 -[3]: https://news.itsfoss.com/content/images/2022/11/Encrypted_DM_Twitter.jpg -[4]: https://twitter.com/wongmjane -[5]: https://github.com/signalapp/libsignal -[6]: https://twitter.com/elonmusk/status/1596718851097755648 -[7]: https://news.itsfoss.com/content/images/2022/11/Signal_Protocol_Twitter.jpg -[8]: https://en.wikipedia.org/wiki/Forward_secrecy -[9]: https://signal.org/en/ -[10]: https://itsfoss.com/private-whatsapp-alternatives/ diff --git a/translated/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md b/translated/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md new file mode 100644 index 0000000000..94754d9ab7 --- /dev/null +++ b/translated/news/20221128.2 ⭐️ Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs.md @@ -0,0 +1,85 @@ +[#]: subject: "Elon Musk's Twitter to Add Open-Source Signal Protocol for Encrypted DMs" +[#]: via: "https://news.itsfoss.com/twitter-signal/" +[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" +[#]: collector: "lkxed" +[#]: translator: "chai001125" +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +埃隆马斯克的推特将添加开源 Signal 协议,实现加密私信 +====== + +今年早些时候,埃隆马斯克 [在推特上表示][1]:Twitter 的 私信 Direct Messages (DM)需要像 Signal 协议这样的 端到端加密 End-to-End Encryption 。 + +早在 2016 年,**爱德华·斯诺登**就 [要求][2] Twitter 的前首席执行官兼联合创始人**杰克·多尔西**添加 Signal 协议类似的安全措施到 Twitter 平台。 + +但是,这个协议从来没有被添加到 Twitter。它可能经过测试但还未部署实施。 + +根据最近的公告,Twitter 似乎即将实现这个安全协议😌。 + +Elon 分享了他在公司演讲中的几张幻灯片,其中就包括为 Twitter 2.0 路线图规划的“**加密私信**”。 + +### 🔒 Twitter 通信的 Signal 协议 + +![twitter encrypted dms][3] + +虽然有一些安全研究员,例如 [黄文津][4],已经在 Twitter 的 iOS 和 Android 应用程序中发现了对 [Signal 协议][5] 的代码引用。 + +但是直到现在,埃隆马斯克才在 [推文][6] 中确认了该计划,该推文介绍了根据 **“Twitter 2.0”** 路线图将对 Twitter 平台进行的改进。 + +换句话说,埃隆马斯克正式确认 Twitter 即将推出**加密的私信**。 + +![twitter dm signal protocol][7] + +**对于那些不知道 Signal 协议的人**,我们简要地介绍一下 Signal 协议:Signal 协议是一种开源的加密协议,它允许以 完全前向保密 ([PFS][8]) perfect forward secrecy 方式实施端到端加密。 + +该协议使用 “_双棘轮算法_” Double Ratchet algorithm ,通信双方根据不断变化的共享密钥,来交换加密的消息。 + +这确保没有第三方可以得到通信消息的内容,因为共享密钥仅存在于通信双方的设备上。 + +[Signal][9] 应用程序充分利用了这个方法。但是,进一步来说,还有几个以隐私为中心的替代方案: + +[不想用 WhatsApp 这一通讯软件?这是 WhatsApp 的 5 种更好的隐私替代方案][10] + +(LCTT 译注:Signal 协议是一种真正的端到端加密的通讯协议,号称是世界上最安全的通讯协议。只有参与通讯的用户可以读取并解密信息,而任何第三方(包括服务器)都无法查看到通讯的内容。总的来说,它可以防止潜在的窃听者(包括:通信服务商、互联网服务提供商甚至是该通讯系统的提供者),获取能够用以解密通讯内容的密钥。目前有大量即时通讯软件也使用或借鉴参考了 Signal 协议,例如:Skype、What’sApp、Facebook Messenger) + +**Signal 协议如何帮助 Twitter DM?** + +它可以防止恶意攻击者和政府去窥探 Twitter 用户的消息,从而使 Twitter 成为一个更加安全的平台。 + +Twitter 添加加密私信会对举报人、记者和社会活动家有益,因为他们经常会因其工作而面临被审查或成为攻击目标。 + +诚然,就隐私而言,加密私信可能不是最严厉的保护措施。但**有总比没有好**。 + +### 🔏 加密消息应该成为通讯软件的标准 + +在这个动荡的信息时代,我们看到更多的恶意攻击者试图未经授权访问敏感信息。 + +端到端加密应成为所有通讯软件的必要标准,我希望 Twitter 能够尽快添加它。 + +_你有什么想法吗?请在下面的评论区中分享你的想法吧。_ + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/twitter-signal/ + +作者:[Sourav Rudra][a] +选题:[lkxed][b] +译者:[chai001125](https://github.com/chai001125) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/sourav/ +[b]: https://github.com/lkxed +[1]: https://twitter.com/elonmusk/status/1519469891455234048 +[2]: https://twitter.com/Snowden/status/808736772830195713 +[3]: https://news.itsfoss.com/content/images/2022/11/Encrypted_DM_Twitter.jpg +[4]: https://twitter.com/wongmjane +[5]: https://github.com/signalapp/libsignal +[6]: https://twitter.com/elonmusk/status/1596718851097755648 +[7]: https://news.itsfoss.com/content/images/2022/11/Signal_Protocol_Twitter.jpg +[8]: https://en.wikipedia.org/wiki/Forward_secrecy +[9]: https://signal.org/en/ +[10]: https://itsfoss.com/private-whatsapp-alternatives/