tree: b9252234da6d66cbc29d5ca5205394e92cfcda8c [path history] [tgz]
  1. aead/
  2. core/
  3. daead/
  4. examples/
  5. hybrid/
  6. mac/
  7. proto_redirect/
  8. signature/
  9. Tests/
  10. util/
  11. .bazelignore
  12. .bazelrc
  13. .bazelversion
  14. .clang-format
  15. BUILD.bazel
  16. CHANGELOG
  17. minimum_os.bzl
  18. README.md
  19. template_rule.bzl
  20. tink_objc_deps.bzl
  21. tink_objc_deps_init.bzl
  22. tink_version.bzl
  23. TINKAead.h
  24. TINKAeadConfig.h
  25. TINKAeadFactory.h
  26. TINKAeadKeyTemplate.h
  27. TINKAllConfig.h
  28. TINKBinaryKeysetReader.h
  29. TINKConfig.h
  30. TINKDeterministicAead.h
  31. TINKDeterministicAeadConfig.h
  32. TINKDeterministicAeadFactory.h
  33. TINKDeterministicAeadInternal.h
  34. TINKDeterministicAeadKeyTemplate.h
  35. TINKHybridConfig.h
  36. TINKHybridDecrypt.h
  37. TINKHybridDecryptFactory.h
  38. TINKHybridEncrypt.h
  39. TINKHybridEncryptFactory.h
  40. TINKHybridKeyTemplate.h
  41. TINKJSONKeysetReader.h
  42. TINKKeysetHandle+Cleartext.h
  43. TINKKeysetHandle.h
  44. TINKKeysetReader.h
  45. TINKKeyTemplate.h
  46. TINKMac.h
  47. TINKMacConfig.h
  48. TINKMacFactory.h
  49. TINKMacKeyTemplate.h
  50. TINKPublicKeySign.h
  51. TINKPublicKeySignFactory.h
  52. TINKPublicKeyVerify.h
  53. TINKPublicKeyVerifyFactory.h
  54. TINKRegistryConfig.h
  55. TINKSignatureConfig.h
  56. TINKSignatureKeyTemplate.h
  57. TINKVersion.h
  58. WORKSPACE
objc/README.md

Tink

Tink is a crypto library that makes it easy and safe to use crypto without having a background in cryptography. Tink provides secure APIs that are easy to use correctly. It reduces common crypto pitfalls with user-centered design, careful implementation and code reviews, and extensive testing. You can add features like encryption, decryption and signing to your application with Tink; the same library AdMob, Google Pay, the Android Search App and several Google products also use to secure their applications.

Please visit our developer site for more information.

Getting Started

Please check the Objective-C HOWTO to get started with Tink.