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.

Capability Myths Demolished (2003)

80 pointsby gullyfurabout 5 years ago

5 comments

carapaceabout 5 years ago
There&#x27;s something called &quot;Macaroons&quot; that can be used for this.<p>&quot;Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud&quot; Arnar Birgisson, Joe Gibbs Politz, Úlfar Erlingsson, Ankur Taly, Michael Vrable, Mark Lentczner ; Network and Distributed System Security Symposium, Internet Society (2014)<p><a href="https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;pub41892&#x2F;" rel="nofollow">https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;pub41892&#x2F;</a><p>&quot;Google&#x27;s Macaroons in Five Minutes or Less&quot; <a href="https:&#x2F;&#x2F;blog.bren2010.io&#x2F;2014&#x2F;12&#x2F;04&#x2F;macaroons.html" rel="nofollow">https:&#x2F;&#x2F;blog.bren2010.io&#x2F;2014&#x2F;12&#x2F;04&#x2F;macaroons.html</a><p>A Javascript implementation: <a href="https:&#x2F;&#x2F;github.com&#x2F;nitram509&#x2F;macaroons.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nitram509&#x2F;macaroons.js</a>
zemnmezabout 5 years ago
Anyone know when this was released?<p>&gt; largely dismissed by computer security reseachers and practitioners due to a history of misunderstandings<p>seems incorrect now as virtually all web auth systems are capability based
评论 #22753965 未加载
评论 #22754150 未加载
评论 #22757365 未加载
评论 #22753957 未加载
评论 #22753960 未加载
magicalhippoabout 5 years ago
So I haven&#x27;t been exposed to capability systems before so this might be a dumb question.<p>In an OS like KeyKOS, how does the OS protect against privilege escalation using side-channel attacks similar to how encryption keys are extracted via hardware side-channels?
评论 #22758120 未加载
评论 #22757753 未加载
ggmabout 5 years ago
The main myth we discussed over coffee and biscuits back in the compsci staffroom was .. expensive as all hell on the computers we have now. (a good handwaving often used to say &quot;one day, in the future, somebody will make it work&quot;)
评论 #22755821 未加载
ameliusabout 5 years ago
Shouldn&#x27;t permissions ultimately be Turing-complete functions?<p>E.g. you could do fancy things like grant someone access to a folder, and also to all subdirectories whose name starts with &quot;collaboration_&quot;.<p>And you can build any kind of permission system with it, if you don&#x27;t like the power or complexity.
评论 #22758097 未加载