[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eTink is a cryptographic library that provides a consistent and safe way to perform cryptographic operations across multiple programming languages.\u003c/p\u003e\n"],["\u003cp\u003eIt uses primitives like AEAD, MAC, Digital Signatures, and more to manage underlying algorithms, and keysets to handle key management and rotation.\u003c/p\u003e\n"],["\u003cp\u003eTink offers flexibility with key types to balance security, performance, and size needs.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the registry (soon to be deprecated) or Tinkey, a command-line tool, for managing cryptographic keys.\u003c/p\u003e\n"],["\u003cp\u003ePlaintext and Ciphertext represent the data before and after encryption, respectively, and are fundamental concepts within cryptography.\u003c/p\u003e\n"]]],["Asymmetric key encryption uses public keys for encryption and private keys for decryption. Ciphertext is the encrypted output, reversible to plaintext with a key. Tink uses keysets, a collection of keys, managed via keyset handles. A keyset's primary key is the one actively used. Key types implement specific primitives, which are cryptographic tools. Primitives include AEAD, deterministic encryption, digital signature, hybrid encryption, MAC, and streaming AEAD.\n"],null,[]]