English 中文(简体)
智能卡读物者从一个网络浏览器获取吗?
原标题:Smartcard reader access from a web browser?

能否从同一个机器上运行的网络浏览器,即从行动文本、Javad 或其中任何文字上,接通计算机的智能卡读器?

For example, I read something about the flash.external.ExternalInterface class in ActionScript. Can it be used for accessing a smartcard reader or is the Sandbox impenetrable?

问题回答

Q:能否从同一个机器上运行的网络浏览器上接通计算机的智能卡读器?

A:是的,是可能的。 我通过使用已签署的《联合呼吁书》手册,能够做到这一点。 需要签署java手册,因为它要求用户允许查阅系统档案/硬盘(例如,给你发放一个小册子/编辑/文件)。

为什么 j? 使用的智能卡阅读器一号已经安装了一台JAVAALAN, 也有使用java的图像。 但是,这些例子在编织中。 (如独立的桌面应用) 我这样做的只是把 j瓦的左翼法推到一个浏览器上。 我成功地利用了该手册,要求有智能卡、用户名和密码,在网站/网站上张贴标识和标识。 我要说的是,我很安全。

来源代码? 同我一样,我同意,但我受公司合同的约束,不分享该守则。 仅找到一个使用java的智能卡的样本,而只是把它送往网路。

I hope this helps

你们还可以看一看本土生虫:

https://github.com/ubinity/webpcsc-firebreath”rel=“noreferer”>https://github.com/ubinity/webpcsc-firebreath

它是根据呼吸系统框架的交叉浏览器/多功能羽流,暴露了PCSCAPIC的子体。

我在2012年整整段工作,然后,在提供 Java果的先前工作的基础上工作。

现今 [2015年12月] 由于最近出现的安全问题,以及在瓦 Java果树支持被解职之后, use果树的使用,以及本地原始技术也在停止使用,这更不有意义。

Regardless of the current usefulness of a Java Applet, picking up on @Glen Allen s answer, I m not bound by contract, and here is the open source code of an example Applet: https://github.com/ist-dsi/signature

该文件以论文为基础,并以这一格式编制文件:。 更确切地说,如何从Cthesis (作者比论文作者更精干,但如果你想要知道事情的艺术状况,尽管是老的,这或许是一个良好的开端)

更需要的是,在表面上,如果不知道在我给你的法典上作出一些奇怪的技术选择,那么仅仅无视这一部分:

这里的答复之一是关于PKCS_11和开放标准。 或许,如果tricktrick在自动在客户方面建立证书基础设施的智能卡读取器上,那么我就记得,必须穿过许多hoo,通过安装我的身份证智能卡,在Macus X与MacOS X公司一道安装一台读机[AFAIK,用 Apple果钥匙仓库安装智能卡阅读器是很不容易的,或许还不容易回来进行 Chrome密布,这样它就能够使用客户认证,并要求使用 Apple果钥匙仓库。

Or maybe the NFC + SmartCard and a mobile app will be the way to go.

只有这样,才有这样的废物,即让所有国家拥有智能卡德的身份证,政府的许多服务已经与网络应用程序连接起来,而且无法轻易连接这两个系统。

乘客。

你们可以使用已签署的《 Java路》与读者联系。 允许信标进入近郊的硬件,可通过Java加密机读取。

希望这一帮助。

如果你要坚持浏览器,那么你就能够用“行动”/“行动”。

obe AIR可以这样做,但随后,您必须建立用户在使用之前必须安装的申请。

Something like this (AIR): http://cookbooks.adobe.com/post_Mass_Storage_Device_Detection_AIR_2_0-16747.html





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.