TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Entweet: Securing Twitter

35 点作者 Lukasa将近 10 年前

9 条评论

FiloSottile将近 10 年前
For the curious and lazy: it works by rendering the signed message to an image and tweeting that [2].<p>Then it relies on the fixed grid [0] and font to do a &quot;poor man&#x27;s OCR&quot; [1] when decoding.<p>[0] <a href="http:&#x2F;&#x2F;git.io&#x2F;vIWll" rel="nofollow">http:&#x2F;&#x2F;git.io&#x2F;vIWll</a> [1] <a href="http:&#x2F;&#x2F;git.io&#x2F;vIWln" rel="nofollow">http:&#x2F;&#x2F;git.io&#x2F;vIWln</a> [2] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;Lukasaoz&#x2F;status&#x2F;607632001210925056" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;Lukasaoz&#x2F;status&#x2F;607632001210925056</a>
评论 #9676339 未加载
johnrob将近 10 年前
Why not use the pixel values themselves to encode the data? Each pixel&#x27;s RGB can encode three characters (one for each byte value). The resulting image would be much smaller.<p>(Not sure how twitter might alter the image though, which would corrupt the data).
评论 #9677641 未加载
untog将近 10 年前
Not knowing much about the encryption used, would it end up using extra characters over a normal tweet?
评论 #9676228 未加载
评论 #9676234 未加载
shockzzz将近 10 年前
Hah! Twitter for Enterprise, Bizniz, and Secrets!<p>Revolt and rejoice!<p>But... if this relies on fixed-ish protocol (fixed grid &amp; font), can&#x27;t The Man Upstairs censor it just as easily?
评论 #9677646 未加载
higherpurpose将近 10 年前
Twitter wanted to do end-to-end encrypted DMs once, until it gave up on the project with no explanation:<p><a href="http:&#x2F;&#x2F;www.theverge.com&#x2F;2014&#x2F;3&#x2F;19&#x2F;5523656&#x2F;twitter-gives-up-on-encrypting-direct-messages-at-least-for-now" rel="nofollow">http:&#x2F;&#x2F;www.theverge.com&#x2F;2014&#x2F;3&#x2F;19&#x2F;5523656&#x2F;twitter-gives-up-o...</a>
7ewis将近 10 年前
Could someone explain like I&#x27;m 5 how this works?<p>Is it just standard public&#x2F;private key?
评论 #9676415 未加载
AndrewDMcG将近 10 年前
LOL at &quot;GPG is famously easy to use&quot;
flockonus将近 10 年前
_inconvenient_ cannot be stressed enough
nchelluri将近 10 年前
It seems that companion browser extensions should be first on the TODO list.