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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Visual Cryptography Kit

63 点作者 sr2将近 8 年前

3 条评论

i336_将近 8 年前
<p><pre><code> data:text&#x2F;html, &lt;style&gt;img { opacity: 0.5; position: fixed; left: 0; top: 0 }&lt;&#x2F;style&gt; &lt;body&gt;&lt;img src=&quot;https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~fms27&#x2F;vck&#x2F;share1.gif&quot;&gt; &lt;img src=&quot;https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~fms27&#x2F;vck&#x2F;share2.gif&quot;&gt; </code></pre> Of course, I did this via the domtools^Wdevtools before experimentally trying the above, which happily works as well.<p>I <i>think</i> the reason the images loaded was because I was on a data: URI? Or am I misinterpreting CORS?
hackcasual将近 8 年前
Result: <a href="http:&#x2F;&#x2F;imgur.com&#x2F;DpcqpMs" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;DpcqpMs</a>
评论 #14529193 未加载
devdoomari将近 8 年前
isn&#x27;t this somewhat easy-to-decrypt than OTP? this isn&#x27;t using some XORs, but &#x27;OR&#x27; operations.