• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Tink Java
2
3<!-- GCP Ubuntu --->
4
5[tink_java_bazel_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-java-bazel-gcp-ubuntu.svg
6[tink_java_maven_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-java-maven-gcp-ubuntu.svg
7
8<!-- MacOS --->
9
10[tink_java_bazel_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-java-bazel-macos-external.svg
11
12**Test**      | **GCP Ubuntu**                                            | **MacOS**
13------------- | --------------------------------------------------------- | ------------------------------------------------
14Bazel         | [![Bazel_GcpUbuntu][tink_java_bazel_badge_gcp_ubuntu]](#) | [![Bazel_MacOs][tink_java_bazel_badge_macos]](#)
15Maven         | [![Maven_GcpUbuntu][tink_java_maven_badge_gcp_ubuntu]](#) | N/A
16
17
18Using crypto in your application [shouldn't have to][devs_are_users_too_slides]
19feel like juggling chainsaws in the dark. Tink is a crypto library written by a
20group of cryptographers and security engineers at Google. It was born out of our
21extensive experience working with Google's product teams,
22[fixing weaknesses in implementations](https://github.com/google/wycheproof),
23and providing simple APIs that can be used safely without needing a crypto
24background.
25
26Tink provides secure APIs that are easy to use correctly and hard(er) to misuse.
27It reduces common crypto pitfalls with user-centered design, careful
28implementation and code reviews, and extensive testing. At Google, Tink is one
29of the standard crypto libraries, and has been deployed in hundreds of products
30and systems.
31
32To get a quick overview of Tink's design please take a look at
33[Tink's goals](https://developers.google.com/tink/design/goals_of_tink).
34
35The official documentation is available at https://developers.google.com/tink.
36
37[devs_are_users_too_slides]: https://www.usenix.org/sites/default/files/conference/protected-files/hotsec15_slides_green.pdf
38
39## Contact and mailing list
40
41If you want to contribute, please read [CONTRIBUTING](docs/CONTRIBUTING.md) and
42send us pull requests. You can also report bugs or file feature requests.
43
44If you'd like to talk to the developers or get notified about major product
45updates, you may want to subscribe to our
46[mailing list](https://groups.google.com/forum/#!forum/tink-users).
47
48## Maintainers
49
50Tink is maintained by (A-Z):
51
52-   Moreno Ambrosin
53-   Taymon Beal
54-   William Conner
55-   Thomas Holenstein
56-   Stefan Kölbl
57-   Charles Lee
58-   Cindy Lin
59-   Fernando Lobato Meeser
60-   Ioana Nedelcu
61-   Sophie Schmieg
62-   Elizaveta Tretiakova
63-   Jürg Wullschleger
64
65Alumni:
66
67-   Haris Andrianakis
68-   Daniel Bleichenbacher
69-   Tanuj Dhir
70-   Thai Duong
71-   Atul Luykx
72-   Rafael Misoczki
73-   Quan Nguyen
74-   Bartosz Przydatek
75-   Enzo Puig
76-   Laurent Simon
77-   Veronika Slívová
78-   Paula Vidas
79