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.

OpenCrypto: Unchaining the JavaCard Ecosystem

90 pointsby dc352almost 8 years ago

2 comments

jfimalmost 8 years ago
It&#x27;s a pretty cool hack to reuse crypto primitives in order to implement some operations.<p>If you&#x27;re not very familiar with JavaCard and why this would be noteworthy, JavaCard is basically a very stripped-down version of Java that only bears some similarity to regular Java SE. Amongst these limitations is a very stripped down standard library (there is no java.lang.String for example), only a few types (byte, short and arrays of bytes, support for int is optional, no support for char, long, double, float, etc.) and no garbage collection (so everything is preallocated at program start, including exceptions).<p>Given these limitations, implementing newer crypto algorithms is quite a feat.
HuangShialmost 8 years ago
I don&#x27;t know very much about this field - what are the major uses of JavaCard other than in SIM cards?<p>Or are SIM cards where this OpenCrypto would be most useful for makers&#x2F;researchers?
评论 #14417625 未加载
评论 #14418090 未加载
评论 #14417505 未加载
评论 #14417050 未加载
评论 #14417605 未加载