tink
tink copied to clipboard
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.
**Help us help you** I'm wondering is there any plan to release binary artefact, so that program language not natively supported by tink can use things like FFI to use...
I was told to create a request about this here: https://issuetracker.google.com/issues/185219606
The `AwsKmsClient` constructor methods are deprecated. Instead of explicitly constructing the client, the `register()` function should be used. This commit overloads the `register()` function so it could initialize an `AwsKmsClient`...
### Problem Currently, `AndroidKeysetManager` accepts a file name string to initialize a `SharedPreferences` object via `Context.getSharedPreferences()`. However, there is no way to provide a custom `SharedPreference` object for third-party implementations....
**Describe the bug:** In order for Tink to support Apple Silicon builds on iOS, it needs to be distributed as an [XCFramework](https://help.apple.com/xcode/mac/11.4/#/dev6f6ac218b), Apple's new native binary format. Google will need...
FR to support encryption/decryption using TPM based keys. WIth this, you can encrypt and decrypt data only with the _same_ TPM. for example, this is encryption/decryption using `tpm2_tools` (cpp), and...
I've got a project that uses https://github.com/hyperledger/aries-framework-go, which in turn uses https://github.com/google/tink. I'm trying to build my project with Bazel, but am running into the following error: ``` ERROR: /private/var/tmp/_bazel_cabernet/f52a3d470efd0f5dfdffb7f8715565db/external/com_github_hyperledger_aries_framework_go/pkg/kms/localkms/BUILD.bazel:3:11:...
Using CMAKE to build Tink on Windows throws errors because of the lack of unistd.h: ``` cc\util\file_output_stream.cc(19,10): fatal error C1083: Cannot open include file: 'uni std.h': No such file or...
I would like to use AWS KMS integration in my Java Android Project. Anyway I have just applied the sample code in JAVA-HOWTO.md but the problem was that AwsKmsClient wasn't...
Hi Team, Relatively new about Tink library. need to ask a quick question. Can i be able to use Tink library with Python in Windows. Asking it because the official...