{"id":26546375,"url":"https://github.com/google/tink","last_synced_at":"2025-03-22T05:01:54.079Z","repository":{"id":37612192,"uuid":"20570214","full_name":"tink-crypto/tink","owner":"tink-crypto","description":"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.","archived":true,"fork":false,"pushed_at":"2024-04-17T11:08:35.000Z","size":61010,"stargazers_count":13499,"open_issues_count":0,"forks_count":1180,"subscribers_count":332,"default_branch":"master","last_synced_at":"2024-10-29T16:59:33.845Z","etag":null,"topics":["cpp","crypto","cryptography","go","java","javascript","objc","security"],"latest_commit_sha":null,"homepage":"https://developers.google.com/tink","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tink-crypto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY-USABILITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-06-06T16:21:09.000Z","updated_at":"2024-10-29T16:57:31.000Z","dependencies_parsed_at":"2022-07-08T02:47:40.618Z","dependency_job_id":"6ab0b9ed-906e-4380-b424-03e0d1a58d6a","html_url":"https://github.com/tink-crypto/tink","commit_stats":{"total_commits":6172,"total_committers":120,"mean_commits":51.43333333333333,"dds":0.8229099157485418,"last_synced_commit":"279e136238049eff97740c55da92e2e62acc9913"},"previous_names":["tink-crypto/tink","google/tink"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tink-crypto%2Ftink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tink-crypto%2Ftink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tink-crypto%2Ftink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tink-crypto%2Ftink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tink-crypto","download_url":"https://codeload.github.com/tink-crypto/tink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244907434,"owners_count":20529867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","crypto","cryptography","go","java","javascript","objc","security"],"created_at":"2025-03-22T05:01:45.637Z","updated_at":"2025-03-22T05:01:54.064Z","avatar_url":"https://github.com/tink-crypto.png","language":"Java","readme":"# Tink\n\n\u003e **NOTE**: **Tink moved to github.com/tink-crypto and this repo is no longer\n\u003e active!**\n\u003e\n\u003e As planned, we have split Tink into\n\u003e [multiple GitHub repositories][split_repo_roadmap_url] that are hosted at\n\u003e [github.com/tink-crypto](https://github.com/tink-crypto). As a consequence, we\n\u003e made this repository read-only and it is not going to be maintained moving\n\u003e forward.\n\u003e\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://developers.google.com/tink*.\n\n[split_repo_roadmap_url]: https://developers.google.com/tink/roadmap#splitting_tink_into_multiple_github_repositories\n[tink_mailing_list_url]: https://groups.google.com/forum/#!forum/tink-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://github.com/google/wycheproof),\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://rwc.iacr.org/2019/).\n\n[devs_are_users_too_slides]: https://www.usenix.org/sites/default/files/conference/protected-files/hotsec15_slides_green.pdf\n[tink_talk_slides]: docs/Tink-a_cryptographic_library--RealWorldCrypto2019.pdf\n[tink_talk_recording]: https://www.youtube.com/watch?v=pqev9r3rUJs\u0026t=9665\n\n## Current status\n\n[Java/Android](docs/JAVA-HOWTO.md), [C++](docs/CPP-HOWTO.md),\n[Obj-C](docs/OBJC-HOWTO.md), [Go](docs/GOLANG-HOWTO.md), and\n[Python](docs/PYTHON-HOWTO.md) are field tested and ready for production. The\nlatest version is [1.7.0](https://github.com/google/tink/releases/tag/v1.7.0),\nreleased on 2022-08-09.\n\nJavascript/Typescript is in an alpha state and should only be used for testing.\nPlease see the intent to remove statement\n[here](https://github.com/google/tink/issues/689).\n\n**`Ubuntu`**                        | **`macOS`**\n----------------------------------- | ---------------------------------\n[![Kokoro Ubuntu][ubuntu_badge]](#) | [![Kokoro macOS][macos_badge]](#)\n\n[ubuntu_badge]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-ubuntu.png\n[macos_badge]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-macos.png\n\n## Getting started\n\nDocumentation for the project is located at https://developers.google.com/tink.\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://github.com/google/tink/tree/master/examples\n\n*   Python\n\n```sh\npip3 install tink\n```\n\n*   Golang\n\n```sh\ngo get github.com/google/tink/go/...\n```\n\n*   Java\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.google.crypto.tink\u003c/groupId\u003e\n  \u003cartifactId\u003etink\u003c/artifactId\u003e\n  \u003cversion\u003e1.7.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n*   Android\n\n```\ndependencies {\n  implementation 'com.google.crypto.tink:tink-android:1.7.0'\n}\n```\n\n*   Objective-C/iOS\n\n```sh\ncd /path/to/your/Xcode project/\npod init\npod 'Tink', '1.7.0'\npod install\n```\n\n## Learn more\n\n*   [Java HOW-TO](docs/JAVA-HOWTO.md)\n*   [C++ HOW-TO](docs/CPP-HOWTO.md)\n*   [Obj-C HOW-TO](docs/OBJC-HOWTO.md)\n*   [Go HOW-TO](docs/GOLANG-HOWTO.md)\n*   [Python HOW-TO](docs/PYTHON-HOWTO.md)\n*   [Security and Usability Design Goals](docs/SECURITY-USABILITY.md)\n*   [Supported Crypto Primitives](docs/PRIMITIVES.md)\n*   [Key Management](docs/KEY-MANAGEMENT.md)\n*   [Managing keys with Tinkey](docs/TINKEY.md)\n*   [Known Issues](docs/KNOWN-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://github.com/perkss/tinklj)\n\n## Contact and mailing list\n\nIf you want to contribute, please read [CONTRIBUTING](docs/CONTRIBUTING.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","funding_links":[],"categories":["Cryptography","Java","项目","Projects","Security Tools","安全","Java (78)","C++","Library","Tools","Repositories","库和框架","Frameworks and Libs"],"sub_categories":["安全","Security","Interfaces","Winetricks","Objective-C Tools, Libraries, and Frameworks","Mesh networks","Java"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Ftink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Ftink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Ftink/lists"}