[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4032":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":14,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":21,"defaultBranch":22,"hasWiki":20,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":15,"starSnapshotCount":15,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},4032,"tink","tink-crypto\u002Ftink","tink-crypto","Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.","https:\u002F\u002Fdevelopers.google.com\u002Ftink",null,"Java",13539,1184,3,0,1,5,72.22,"Apache License 2.0",true,false,"master",[24,25,26,27,28,29,30,31],"cpp","crypto","cryptography","go","java","javascript","objc","security","2026-06-12 04:00:20","# Tink\n\n> **NOTE**: **Tink moved to github.com\u002Ftink-crypto and this repo is no longer\n> active!**\n>\n> As planned, we have split Tink into\n> [multiple GitHub repositories][split_repo_roadmap_url] that are hosted at\n> [github.com\u002Ftink-crypto](https:\u002F\u002Fgithub.com\u002Ftink-crypto). As a consequence, we\n> made this repository read-only and it is not going to be maintained moving\n> forward.\n>\n\n*A multi-language, cross-platform library that provides cryptographic APIs that\nare secure, easy to use correctly, and hard(er) to misuse. See also:\nhttps:\u002F\u002Fdevelopers.google.com\u002Ftink*.\n\n[split_repo_roadmap_url]: https:\u002F\u002Fdevelopers.google.com\u002Ftink\u002Froadmap#splitting_tink_into_multiple_github_repositories\n[tink_mailing_list_url]: https:\u002F\u002Fgroups.google.com\u002Fforum\u002F#!forum\u002Ftink-users\n\n## Index\n\n1.  [Introduction](#introduction)\n2.  [Current status](#current-status)\n3.  [Getting started](#getting-started)\n4.  [Learn more](#learn-more)\n5.  [Contact and mailing list](#contact-and-mailing-list)\n6.  [Maintainers](#maintainers)\n\n## Introduction\n\nUsing crypto in your application [shouldn't have to][devs_are_users_too_slides]\nfeel like juggling chainsaws in the dark. Tink is a crypto library written by a\ngroup of cryptographers and security engineers at Google. It was born out of our\nextensive experience working with Google's product teams,\n[fixing weaknesses in implementations](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fwycheproof),\nand providing simple APIs that can be used safely without needing a crypto\nbackground.\n\nTink provides secure APIs that are easy to use correctly and hard(er) to misuse.\nIt reduces common crypto pitfalls with user-centered design, careful\nimplementation and code reviews, and extensive testing. At Google, Tink is one\nof the standard crypto libraries, and has been deployed in hundreds of products\nand systems.\n\nTo get a quick overview of Tink design please take a look at\n[slides][tink_talk_slides] from [a talk about Tink][tink_talk_recording]\npresented at [Real World Crypto 2019](https:\u002F\u002Frwc.iacr.org\u002F2019\u002F).\n\n[devs_are_users_too_slides]: https:\u002F\u002Fwww.usenix.org\u002Fsites\u002Fdefault\u002Ffiles\u002Fconference\u002Fprotected-files\u002Fhotsec15_slides_green.pdf\n[tink_talk_slides]: docs\u002FTink-a_cryptographic_library--RealWorldCrypto2019.pdf\n[tink_talk_recording]: https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=pqev9r3rUJs&t=9665\n\n## Current status\n\n[Java\u002FAndroid](docs\u002FJAVA-HOWTO.md), [C++](docs\u002FCPP-HOWTO.md),\n[Obj-C](docs\u002FOBJC-HOWTO.md), [Go](docs\u002FGOLANG-HOWTO.md), and\n[Python](docs\u002FPYTHON-HOWTO.md) are field tested and ready for production. The\nlatest version is [1.7.0](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Ftink\u002Freleases\u002Ftag\u002Fv1.7.0),\nreleased on 2022-08-09.\n\nJavascript\u002FTypescript is in an alpha state and should only be used for testing.\nPlease see the intent to remove statement\n[here](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Ftink\u002Fissues\u002F689).\n\n**`Ubuntu`**                        | **`macOS`**\n----------------------------------- | ---------------------------------\n[![Kokoro Ubuntu][ubuntu_badge]](#) | [![Kokoro macOS][macos_badge]](#)\n\n[ubuntu_badge]: https:\u002F\u002Fstorage.googleapis.com\u002Ftink-kokoro-build-badges\u002Ftink-ubuntu.png\n[macos_badge]: https:\u002F\u002Fstorage.googleapis.com\u002Ftink-kokoro-build-badges\u002Ftink-macos.png\n\n## Getting started\n\nDocumentation for the project is located at https:\u002F\u002Fdevelopers.google.com\u002Ftink.\nCurrently, it details a variety of common usage scenarios and covers the Java\nand Python implementations. The site will be populated with more content over\ntime.\n\nAlternatively, you can look at all of the [`examples`] which demonstrate\nperforming simple tasks using Tink in a variety of languages.\n\n[`examples`]: https:\u002F\u002Fgithub.com\u002Fgoogle\u002Ftink\u002Ftree\u002Fmaster\u002Fexamples\n\n*   Python\n\n```sh\npip3 install tink\n```\n\n*   Golang\n\n```sh\ngo get github.com\u002Fgoogle\u002Ftink\u002Fgo\u002F...\n```\n\n*   Java\n\n```xml\n\u003Cdependency>\n  \u003CgroupId>com.google.crypto.tink\u003C\u002FgroupId>\n  \u003CartifactId>tink\u003C\u002FartifactId>\n  \u003Cversion>1.7.0\u003C\u002Fversion>\n\u003C\u002Fdependency>\n```\n\n*   Android\n\n```\ndependencies {\n  implementation 'com.google.crypto.tink:tink-android:1.7.0'\n}\n```\n\n*   Objective-C\u002FiOS\n\n```sh\ncd \u002Fpath\u002Fto\u002Fyour\u002FXcode project\u002F\npod init\npod 'Tink', '1.7.0'\npod install\n```\n\n## Learn more\n\n*   [Java HOW-TO](docs\u002FJAVA-HOWTO.md)\n*   [C++ HOW-TO](docs\u002FCPP-HOWTO.md)\n*   [Obj-C HOW-TO](docs\u002FOBJC-HOWTO.md)\n*   [Go HOW-TO](docs\u002FGOLANG-HOWTO.md)\n*   [Python HOW-TO](docs\u002FPYTHON-HOWTO.md)\n*   [Security and Usability Design Goals](docs\u002FSECURITY-USABILITY.md)\n*   [Supported Crypto Primitives](docs\u002FPRIMITIVES.md)\n*   [Key Management](docs\u002FKEY-MANAGEMENT.md)\n*   [Managing keys with Tinkey](docs\u002FTINKEY.md)\n*   [Known Issues](docs\u002FKNOWN-ISSUES.md)\n\n## Community-driven ports\n\nOut of the box Tink supports a wide range of languages, but it still doesn't\nsupport every language. Fortunately, some users like Tink so much that they've\nported it to their favorite languages! Below you can find notable ports.\n\n**WARNING** While we usually review these ports, until further notice, we do not\nmaintain them and have no plan to support them in the foreseeable future.\n\n*   [Clojure](https:\u002F\u002Fgithub.com\u002Fperkss\u002Ftinklj)\n\n## Contact and mailing list\n\nIf you want to contribute, please read [CONTRIBUTING](docs\u002FCONTRIBUTING.md) and\nsend us pull requests. You can also report bugs or file feature requests.\n\nIf you'd like to talk to the developers or get notified about major product\nupdates, you may want to subscribe to our [mailing list][tink_mailing_list_url].\n\n## Maintainers\n\nTink is maintained by (A-Z):\n\n-   Moreno Ambrosin\n-   Taymon Beal\n-   Daniel Bleichenbacher\n-   William Conner\n-   Thai Duong\n-   Thomas Holenstein\n-   Stefan Kölbl\n-   Charles Lee\n-   Cindy Lin\n-   Fernando Lobato Meeser\n-   Atul Luykx\n-   Rafael Misoczki\n-   Sophie Schmieg\n-   Laurent Simon\n-   Elizaveta Tretiakova\n-   Jürg Wullschleger\n\nAlumni:\n\n-   Haris Andrianakis\n-   Tanuj Dhir\n-   Quan Nguyen\n-   Bartosz Przydatek\n-   Enzo Puig\n-   Veronika Slívová\n-   Paula Vidas\n-   Cathie Yun\n-   Federico Zalcberg\n","Tink 是一个多语言、跨平台的开源库，提供安全、易于正确使用且难以误用的加密API。其核心功能包括用户友好的设计、谨慎的实现与代码审查以及广泛的测试，旨在减少常见的加密错误。支持多种编程语言如Java、C++、Go等，并已在Google内部数百个产品和系统中部署。适用于需要集成加密功能但又希望避免复杂性和潜在安全风险的各种应用场景，尤其是对安全性有较高要求的软件开发项目。",2,"2026-06-11 02:58:00","top_language"]