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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bank of England flirts with offline digital dosh

7 点作者 LinuxBender25 天前

1 comment

csense25 天前
How do they prevent double spends?<p>Suppose Eve has $100 on her phone she could send to either Alice or Bob&#x27;s phone.<p>To me, &quot;permitting offline transactions&quot; means Eve&#x27;s phone can generate a message that says &quot;Here&#x27;s $100, Alice&quot; -- and Alice&#x27;s phone will accept that transaction. Likewise, it could generate a message that says &quot;Here&#x27;s $100, Bob&quot; -- and Bob&#x27;s phone will accept that transaction.<p>Now the software on Eve&#x27;s phone might be coded to prevent both messages from being sent. But Eve has physical control of her phone and can modify the software or its database (i.e. backup the database, send the Alice message, then restore the backup so the software thinks Eve still has $100 and permits the Bob message to be sent.)<p>Now if Alice and Bob connected to each other, a central server, or a decentralized blockchain, they could see that Eve is executing a double spend. But that goes against the idea of &quot;offline digital cash&quot;.<p>Actually reading this, they did think about it. The protected keys are handled by a &quot;secure element&quot; but it seems...like an awfully thin line, given Eve could open up her phone and access PCB traces, or write custom software to say &quot;Yeah this transaction was totally processed by the secure element, for real!&quot; but actually it was written by Eve.<p>And the secure element chips have to be manufactured somewhere, would anyone know if a backdoor was slipped in there?