OFX——二级安全?

发布于 2024-09-28 11:22:41 字数 151 浏览 5 评论 0原文

我们正在开发一个网站,该网站将利用 OFX 标准来提供对客户财务数据的访问。然而,为了安全起见,我们使用秘密问题/秘密答案、机器标记等。除了简单的用户名/密码之外,OFX 标准是否提供任何安全机制?我查看了架构和一些示例数据,但没有看到任何看起来适合我们需求的东西。有人在这方面有经验吗?

We're working on a site that will make use of the OFX standard to provide access to customer financial data. However, for security we make use of secret question/secret answer, machine tagging, etc. Does the OFX standard provide any mechanisms for security beyond just the simple username/password? I've taken a look at the schema and some sample data, but haven't seen anything that looks like it would fit our needs. Anyone with any experience in this area?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

折戟 2024-10-05 11:22:41

4.1.5 通道级别:通常对客户端或服务器是透明的,通道级别安全性内置于通信过程中,保护“管道”两端之间的消息。为了在 HTTP 传输期间保护消息的安全,客户端和服务器应用程序使用安全套接字层 (SSL) 协议。 SSL 透明地保护客户端和目标 Web 服务器之间交换的消息。 SSL 使用 Web 服务器的证书对目标 Web 服务器进行身份验证。此外,它还通过加密和 SSL 记录完整性来提供隐私,即每次传输中发送的数据块在未被检测到的情况下都无法更改。

应用程序级:应用程序级安全性对传输过程透明且独立于传输过程,可保护从客户端应用程序发送到处理 OFX 消息的服务器应用程序的用户密码。服务器应用程序通常驻留在目标 Web 服务器之外,并受到 Internet 防火墙的保护。应用级安全需要通道级安全。

他们有 2 个安全级别。您可能不需要更多。您采取了额外的安全措施,您会延迟发送财务数据。 OFX 有足够的手段来检查和验证消息,它可能应该适合您的应用程序。

4.1.5 Channel level: Generally transparent to a client or server, channel-level security is built into the communication process, protecting messages between two ends of the “pipe.” To secure messages during HTTP transport, client and server applications use the Secure Sockets Layer (SSL) protocol. SSL transparently protects messages exchanged between the client and the destination Web server. SSL authenticates the destination Web server using the Web server’s certificate. Additionally, it provides privacy via encryption, and SSL-record integrity, i.e. the block of data sent in each transmission cannot be altered without detection.

Application level: Transparent to and independent of the transport process, application-level security protects the user password sent from the client application all the way to the server application that handles the OFX messages. The server application typically resides beyond the destination Web server, secured behind an Internet firewall. Application-level security requires channel-level security.

They have 2 levels of security. You probably would not need more than that. You put in extra security, you would delay sending your financial data. There is ample leverage to check and verify messages with OFX and it probably should suit your application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文