跳转至

Cipher(Cipher(加密服务))

Cipher is a service that allows users to obfuscate data using cryptographic operations (encryption, decryption, or hashing). Cipher manages algorithms and cryptography keys through Channels and Licenses. These concepts allow for secure management and enable new users (including users who do not code or those without specialized knowledge) to deploy privacy-enhancing tools in legible and reliable ways.

  • Cipher Channels reliably manage cryptographic algorithms and keys.
  • Cipher Licenses allow users to control permissions and apply cryptographic operations to workflows (e.g. bulk encrypt columns of a dataset, decrypt individual values in Object Explorer, and so on).

:::callout{theme="neutral"} Foundry uses sophisticated encryption at the storage and network levels to secure data in transit and at rest. Cipher provides an additional layer on top of those protections, giving users the tools to configure privacy and governance protections in operational workflows. :::

Workflow of a decryption request with Cipher


中文翻译


Cipher(加密服务)

Cipher 是一项允许用户通过加密操作(加密、解密或哈希)对数据进行混淆处理的服务。Cipher 通过通道(Channels)许可证(Licenses)来管理算法和加密密钥。这些概念实现了安全管理,并使新用户(包括不会编写代码或缺乏专业知识的用户)能够以清晰可靠的方式部署隐私增强工具。

:::callout{theme="neutral"} Foundry 在存储和网络层面使用复杂的加密技术来保护传输中和静态数据的安全。Cipher 在这些保护措施之上提供了额外一层防护,为用户提供了在操作工作流中配置隐私和治理保护的工具。 :::

使用 Cipher 进行解密请求的工作流