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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: any SDKs for embedded secure processors?

2 点作者 costan超过 15 年前
I'm currently using JavaCard smart-card chips to prototype my research project (MIT PhD). My performance isn't that good because I can't access the processor directly.<p>Does anyone here know of a SDK that I can get my hands on (I'm an MIT PhD) that would allow me to run code directly on the hardware? (I'm hoping to use a mixture of C and direct assembly.) Due to the nature of my research, I need a secure platform, like the smart-card chips.<p>I'm asking this on HN because I've ran out of places to try. Big companies like Atmel don't want to work with me because I do research, or maybe I wasn't very good at pitching my project.<p>If you want more information about my project -- I'm researching the design of a secure chip resembling the TPM in that it works in conjunction with an untrusted computer. My design is better than the TPM in that it supports arbitrary computation on the chip, and doesn't require a secure binding to the computer. My design is better than existing smart-cards (e.g. JavaCard, MultOS) because it can run untrusted code, and the code doesn't have to be embedded in the chip when it's issued.<p>My first paper on the topic: http://people.csail.mit.edu/devadas/pubs/cardis08tem.pdf<p>OSS code (MIT license): http://rubyforge.org/projects/tem<p>Thank you so much for reading!

2 条评论

wmf超过 15 年前
Have you looked at these? I warn you, they are expensive.<p><a href="http://www-03.ibm.com/security/cryptocards/pcicc/overview.shtml" rel="nofollow">http://www-03.ibm.com/security/cryptocards/pcicc/overview.sh...</a> <a href="http://iss.thalesgroup.com/en/Products/Hardware%20Security%20Modules/nShield.aspx" rel="nofollow">http://iss.thalesgroup.com/en/Products/Hardware%20Security%2...</a> <a href="http://www.cputech.com/acalis/" rel="nofollow">http://www.cputech.com/acalis/</a>
评论 #946070 未加载
cperciva超过 15 年前
I assume you've already talked to the faculty at MIT and they haven't been able to provide any useful contacts for you; have you also tried talking to the security group at the University of Cambridge? They've done a lot of work on breaking smart cards, so they're likely to know some of the right people.