Skip to content

加密标准

您的信息在每个环节都受到保护——传输过程中使用 TLS 1.2+,静态存储使用 AES-256-GCM,采用您可以信赖的行业标准保护措施。

传输过程中的数据保护

在您的浏览器与我们服务器之间传输的所有数据均使用 TLS 进行保护。

  • 仅支持 TLS 1.2 与 1.3
  • 强加密套件(AES-GCM)
  • 启用 HSTS 并预加载
  • 完美前向保密

静态存储保护

存储在数据库中的敏感数据均采用 AES-256-GCM 加密。

  • AES-256-GCM 加密算法
  • 每位用户独立密钥
  • 支持密钥轮换
  • 安全密钥存储

哪些内容被加密?

始终加密

  • 所有 API 通信
  • 加密密钥
  • 用户凭证
  • 会话令牌

静态加密

  • 用户密钥材料
  • API 令牌
  • 2FA 密钥
  • 备份码

绝不存储

  • 您的原始文本
  • 已处理内容
  • 文档内容
  • 检测到的 PII

How Your Data Is Protected

  1. 1

    Encrypted connection

    Every request travels over TLS 1.3 with Perfect Forward Secrecy. No plaintext ever crosses the wire.

  2. 2

    In-memory processing only

    Presidio AI analyzes and anonymizes text entirely in RAM. Your original content is never written to disk or stored in a database.

  3. 3

    Keys derived with Argon2id

    User encryption keys are derived from your password using Argon2id — the winner of the Password Hashing Competition — before being wrapped with AES-256-GCM.

  4. 4

    Zero-Knowledge key storage

    Your wrapped key is stored encrypted. The server never sees your plaintext key or password. Only you can unwrap it.

  5. 5

    Asymmetric option with RSA-4096

    For multi-party workflows, RSA-4096-OAEP encapsulates a session key so only the private key holder can deanonymize output.

Encryption Standards Reference

StandardUse CaseKey / Strength
TLS 1.3Data in transitECDHE + AES-GCM
AES-256-GCMData at rest256-bit
XChaCha20-Poly1305Zero-knowledge key storage256-bit
Argon2idPassword key derivationPHC winner
RSA-4096-OAEP-SHA256Asymmetric key encapsulation4096-bit

了解更多安全信息

查看我们的完整安全文档。