記事
#InterSystems IRIS for Health
9/23 ~ 9/29Week at a GlanceInterSystems Developer Community
https://cn.community.intersystems.com/node/575531
文章
#InterSystems IRIS
#InterSystems IRIS for Health
#Caché
问题
九月 23 - 29, 2024Week at a GlanceInterSystems Developer Community
https://cn.community.intersystems.com/post/intersystems-%E5%BC%80%E5%8F%91%E8%80%85%E5%87%BA%E7%89%88%E7%89%A9%EF%BC%8C%E4%B9%9D%E6%9C%88-23-29-2024%EF%BC%8C%E6%91%98%E8%A6%81
文章
姚 鑫 · 九月 29, 2024
阅读大约需 3 分钟
第三十五章 结合加密和签名
可以在同一条消息中加密和签名。在大多数情况下,只需组合前面主题中给出的方法即可。本主题讨论了多种场景。
使用非对称密钥签名并加密
要签名然后加密(使用非对称密钥时),请执行以下操作:
- 按照添加数字签名中的步骤进行操作。
- 按照加密安全标头元素中的步骤进行操作。
或者按照加密 SOAP 主体中的步骤进行操作。
使用非对称密钥加密并签名
要仅加密 SOAP 主体,然后添加数字签名(使用非对称密钥时),请执行以下操作:
- 按照加密 SOAP 主体中的步骤进行操作。
- 按照添加数字签名中的步骤进行操作。
要加密任何安全标头元素,然后添加数字签名(使用非对称密钥时),必须使用顶级 <ReferenceList> 元素(在文档的其他地方不需要)。在这种情况下,请执行以下操作:
https://cn.community.intersystems.com/post/%E7%AC%AC%E4%B8%89%E5%8D%81%E4%BA%94%E7%AB%A0-%E7%BB%93%E5%90%88%E5%8A%A0%E5%AF%86%E5%92%8C%E7%AD%BE%E5%90%8D
If you are using the client-side development paradigm (i.e. editing code in local files that get imported and compiled onto the IRIS server your `objectscript.conn` settings point to) you can now use IPM in VS Code to manage the packages in your IRIS target by launching it from the Explorer view. Just make sure the extension you are using is at least version 1.0.4, then use this button:
.png)
Thanks to @Evgeny Shvarov for suggesting this enhancement, which is particularly useful when using Docker.
https://cn.community.intersystems.com/node/575521

InterSystems IRIS 2024 recently introduced the vector types.
This addition empowers developers to work with vector search, enabling efficient similarity searches, clustering, and a range of other applications.
In this article, we will delve into the intricacies of vector types, explore their applications, and provide practical examples to guide your implementation.
2 Comments
https://cn.community.intersystems.com/node/575516