diff --git a/content/themis/crypto-theory/cryptosystems/secure-cell.md b/content/themis/crypto-theory/cryptosystems/secure-cell.md index 4b3470a4..23c6707a 100644 --- a/content/themis/crypto-theory/cryptosystems/secure-cell.md +++ b/content/themis/crypto-theory/cryptosystems/secure-cell.md @@ -125,7 +125,7 @@ To select the best mode for your needs, consult the following table: | Features | Seal | Token Protect | Context Imprint | | ---------------------- | -- | -- | -- | | Encryption algorithm | AES-GCM-256 | AES-GCM-256 | AES-CTR-256 | -| Passphrase support | ✅ | ✅ | ✅ | +| Passphrase support | ✅ | ❌ | ❌ | | Preserve text length | ❌ | ✅ * | ✅ | | Required context data | ❌ | ❌ | ✅ | | Integrity verification | ✅ | ✅ | ❌ |