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