有哪些方法可以利用 SecurID 和类似技术?
来自维基百科: RSA SecurID 是 RSA Security 开发的一种机制,用于对用户访问网络资源。
我刚刚读到有关此设备的信息,我觉得它很有趣。 但是,我不确定软件(网络或非网络)如何(或者是否)可以利用这种身份验证方法。
我将其作为社区 wiki 帖子,因为这不是一个具体问题,而是使用 SecurID 和类似技术解决身份验证问题的一般概述。
From Wikipedia: RSA SecurID is a mechanism developed by RSA Security for performing two-factor authentication for a user to a network resource.
I just read about this device, and it seems interesting to me. However, I'm not sure how (or even if) software (networked or non-networked) can utilize this method of authentication.
I'm making this a community wiki post as this isn't a specific question, but a general overview of addressing authentication with SecurID and similar technologies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有一种类似的技术,称为 YubiKey。
There's a similar technology called YubiKey.
Verisign 的 OpenID 提供商 支持此类令牌(由 EBay 和 PayPal 以折扣价出售),这当然是最简单的方法开始对 Web 应用程序使用双因素身份验证。
Verisign's OpenID provider supports such tokens (sold at a discount by EBay and PayPal), which is certainly the easiest way to get started using dual-factor authentication for web applications.
要真正回答最初的问题,有多种方法可以与 SecurID 集成,从“最简单”到“需要更多工作”:
希望这可以帮助
To actually answer the original question, there are several ways to integrate with SecurID, from "simplest" to "requires a bit more work":
Hope this helps
我的公司 WiKID Systems 拥有双源双因素身份验证系统。 除了 radius、ldap 等之外,我们还有一个非常简单的 API,称为 wAuth 以及 PHP、Python、Ruby、Java 和 C# 中可用的软件包。 这些“网络客户端”软件包是 LGPL,因此您可以将它们放入开源或商业许可软件中。 您可以此处下载。 做其他人也很简单。
此外,我们还有软件令牌的开源版本,因此您可以根据需要嵌入该版本,并且可以真正了解系统端到端的工作原理。
My company, WiKID Systems, has a dual-source two-factor authentication system. In addition to radius, ldap etc, we have a very simple API called wAuth and packages available in PHP, Python, Ruby, Java and C#. These 'network client' packages are LGPL so you can put them in open source or commercial licensed software. You can download here. It would be pretty simple to do others too.
Also, we have an open source version of the software token, so you can embed that if you like and you can really see how the system works from end-to-end.