signing transaction with pkcs#11 for firefox using c code

三世轮回 提交于 2019-12-13 02:06:44

问题


How can we do transaction signing in mozilla firefox by loading PKCS#11 library to database. after some research i found about capicom library. but the thing is this library does not support with windows7 and higher versions.


回答1:


you cannot use c code but you can do the same by java applets which are to be signed. Please refer http://www.nakov.com/books/signatures/Java-for-Digitally-Signing-Documents-in-Web-book-Nakov.html




回答2:


Extension signTextJS does exactly what you need and can be easily modified if needed because its source code is available on GitHub.



来源:https://stackoverflow.com/questions/32754744/signing-transaction-with-pkcs11-for-firefox-using-c-code

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