查找

摘要
· 九月 30, 2024

InterSystems 开发者出版物,九月 23 - 29, 2024,摘要

文章
#InterSystems IRIS
#InterSystems IRIS for Health
#Caché
问题
#InterSystems IRIS
活动量
按wei su
九月 23 - 29, 2024Week at a GlanceInterSystems Developer Community
文章
· 九月 29, 2024 阅读大约需 3 分钟

第三十五章 结合加密和签名

第三十五章 结合加密和签名

可以在同一条消息中加密和签名。在大多数情况下,只需组合前面主题中给出的方法即可。本主题讨论了多种场景。

使用非对称密钥签名并加密

要签名然后加密(使用非对称密钥时),请执行以下操作:

  1. 按照添加数字签名中的步骤进行操作。
  2. 按照加密安全标头元素中的步骤进行操作。

或者按照加密 SOAP 主体中的步骤进行操作。

使用非对称密钥加密并签名

要仅加密 SOAP 主体,然后添加数字签名(使用非对称密钥时),请执行以下操作:

  1. 按照加密 SOAP 主体中的步骤进行操作。
  2. 按照添加数字签名中的步骤进行操作。

要加密任何安全标头元素,然后添加数字签名(使用非对称密钥时),必须使用顶级 <ReferenceList> 元素(在文档的其他地方不需要)。在这种情况下,请执行以下操作:

讨论 (0)1
登录或注册以继续
公告
· 九月 29, 2024

IPM in VS Code now works for devs who target a Docker container to compile and run their local sources

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:

Thanks to @Evgeny Shvarov for suggesting this enhancement, which is particularly useful when using Docker.

讨论 (0)1
登录或注册以继续
文章
· 九月 29, 2024 阅读大约需 3 分钟

Unleashing the Power of Vector Search with SQL-Embedding

sql-embedding cover

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
讨论 (2)1
登录或注册以继续