tree: 7e059b457409e4e1eca727af6c144219392e35db [path history] [tgz]
  1. tink/
  2. tools/
  3. .bazelversion
  4. BUILD.bazel
  5. MANIFEST.in
  6. README.md
  7. requirements.txt
  8. setup.py
  9. tink_py_deps.bzl
  10. tink_py_deps_init.bzl
  11. VERSION
  12. WORKSPACE
python/README.md

Tink

Using crypto in your application shouldn‘t have to feel like juggling chainsaws in the dark. Tink is a crypto library written by a group of cryptographers and security engineers at Google. It was born out of our extensive experience working with Google’s product teams, fixing weaknesses in implementations, and providing simple APIs that can be used safely without needing a crypto background.

Tink provides secure APIs that are easy to use correctly and hard(er) to misuse. It reduces common crypto pitfalls with user-centered design, careful implementation and code reviews, and extensive testing. At Google, Tink is already being used to secure data of many products such as AdMob, Google Pay, Google Assistant, Firebase, the Android Search App, etc.

Documentation

For an overview of using Tink in Python, see the Python HOW-TO.

In addition, there are illustrative examples of using Tink Python which can used as a jumping off point.