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.

Timing Attacks

191 pointsby rdpintqogeogsaaalmost 3 years ago

5 comments

Retr0idalmost 3 years ago
I think what we really need is a constant-time coprocessor. An FPGA would be ideal, since you can reconfigure it to support new/improved algorithms over time. It's much easier to defend against side-channels when you have control over the hardware. Are there any products or projects in this direction? Ideally, you'd have a drop-in software library replacement, which would redirect all relevant operations to the hardware.
评论 #31828914 未加载
评论 #31824750 未加载
评论 #31826900 未加载
评论 #31827685 未加载
scandinavianalmost 3 years ago
The overclocking FAQ page is so over the top I have a hard time telling if it is satire.
评论 #31823767 未加载
评论 #31823953 未加载
评论 #31823288 未加载
评论 #31823026 未加载
an_koalmost 3 years ago
In any actual field of engineering, building everything on systems that fail-open this way would be unacceptable. Universally relying on CPUs that leak side channel everywhere because It Go Fast is like building with asbestos and cardboard. Meaning completely safe in a controlled environment, and often accidentally safe outside of it, but dangerous as a factory default, because humans&#x27; factory-default is to make questionable decisions without reading the manual.<p>I can&#x27;t wait for whatever cock-up finally takes down the internet and kills enough people that, once the smoke clears, &quot;move slowly and don&#x27;t break anything&quot; becomes a normal career path, rather than a prayer recited by jaded security professionals dual-wielding rolls of duct tape.
评论 #31827942 未加载
评论 #31829177 未加载
no-dr-onboardalmost 3 years ago
Is this meant to link to DJB&#x27;s commentary on the HertzBleed attack?
评论 #31826066 未加载
Beltirasalmost 3 years ago
Put together a decorator in Python that does time.sleep to get really close to constant time operations. Am I understanding the problem wrong? I&#x27;d think that something like that could be implemented in any programming language that needs constant time operations.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;beltiras&#x2F;86294a3e746820e421080b1619b0df46" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;beltiras&#x2F;86294a3e746820e421080b1619b...</a>
评论 #31825856 未加载
评论 #31825679 未加载
评论 #31824961 未加载
评论 #31825397 未加载