{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/3"}],"enrichment":{"capability":"Tink provides cryptographic APIs designed to be secure by default and difficult to misuse, offering authenticated encryption, key management, and digital signatures across multiple platforms.","skillfed_tags":["google-maintained","key-management","authenticated-encryption"],"use_cases":["Encrypting sensitive data at rest or in transit using authenticated encryption primitives without managing cipher modes manually.","Implementing key rotation and key management policies through Tink's keyset abstraction and key versioning.","Adding digital signatures to messages or documents for integrity and authenticity verification.","Building applications that require compliance with cryptographic best practices without deep security expertise.","Integrating with key management systems for envelope encryption and centralized key management."],"what_it_does":"Tink is Google's cryptography library designed to make secure crypto accessible without requiring deep cryptographic expertise. It provides high-level APIs for authenticated encryption, key management, and digital signatures that are resistant to common implementation mistakes. The library is built on lessons learned from Google's own product deployments and security research, emphasizing user-centered design and careful code review.\n\nThe Python binding wraps Tink's core functionality and is maintained actively with support for modern Python versions (3.10\u20133.14). It depends on protobuf, absl-py, and bazel-runfiles. Installation uses precompiled wheels for most platforms, reducing build friction. Tink is positioned as a standard crypto library within Google and has been deployed across hundreds of products, making it a production-grade choice for applications requiring strong cryptographic guarantees without the complexity of lower-level APIs.","worth_installing":"Yes. Tink is actively maintained, has no known vulnerabilities, supports current Python versions, and carries a permissive license. It is appropriate for any application requiring cryptography where ease of correct use and resistance to common pitfalls outweigh the need for lower-level control. The medium install friction is offset by prebuilt wheels and straightforward dependencies."},"id":"tink","links":{"html":"https://skillfed.io/packages/tink","md":"https://skillfed.io/packages/tink.md","pypi":"https://pypi.org/project/tink/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"tink","python_support":"supports_current","summary":"A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse."},"popularity":{"monthly_downloads":1761034,"position":3584,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.16.1"}
