ElGamal on SmartCards

…衆ロ難τιáo~ 提交于 2019-12-11 11:09:30

问题


I was wondering if a smartcard/Javacard is able to perform ElGamal cryptography? Is it implemented anywhere, i.e. is there an API that can be used for such purposes?

Cheers!


回答1:


The SmartMX family of NXP supports ElGamal, it's in their public data sheets. I don't think I've seen in mentioned in any Java Card implementation though, it's not in the standard so if present, it must be in vendor supplied libs.

Probably any Smart Card with a Montgomery multiplier will be able to support ElGamal relatively efficiently. Then somebody needs to create a library (with side channel protection, certification etc.).




回答2:


This is certainly not certified and it's not secure against side-channel attacks but if it's for prototyping or side-channel attacks are not in the threat model, here is our implementation.



来源:https://stackoverflow.com/questions/10677039/elgamal-on-smartcards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!