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.
**Describe the bug** I get the following exceptions when using GcpKmsClient.register(): ``` Exception in thread "main" java.lang.NoClassDefFoundError: com/google/api/client/json/jackson2/JacksonFactory at demo.App.main(App.java:22) Caused by: java.lang.ClassNotFoundException: com.google.api.client.json.jackson2.JacksonFactory at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)...
I am trying to install tink on Windows 10, but keep getting an error about a dependent library maybe. "Bezel" Tried downloading the windows installer for Bezel but it doesn't...
PR to add support for vault in java as requested in #167
**Describe the bug** Hello. I am trying to install tink using pip on M1 / Apple Silicon device but without success. Can anybody help me to solve the issue please?...
using tink on golang it cant be compiled for `gomobile` on `android/arm` architecture. command: ``` gomobile bind -v -x -o dist/test.aar -androidapi 21 -target=android testpkg/ ``` result: ``` gomobile: go...
TL;DR: AWS maintains 2 versions of their Java AWS libraries, I'm willing to submit a new client for the 2nd version. **Help us help you** Our team is using Tink...
**Help us help you** Please tell us more about [your Tink deployment](https://docs.google.com/forms/d/1mhHvyNJQgTXFDnqOermB7-BD8GQSyvtFPUAhILRbYcA/edit). Done! **Is your feature request related to a problem?** Yes - we leverage envelope encryption with master keys...
I would like to use Tink in an application that uses at least C++17. It is not possible to link the resulting application correctly, due to linking problems related to...
In version 1.6.1 it is very awkward to perform a key rotation in code. The `KeysetManager.rotate()` method is deprecated and the suggestion is to call the `add` method of the...
if I have a multiple active keys in a keyset, how do I specify which **KeyId** I want to use to encrypt using **Aead** API? ```json { "primaryKeyId": 1268760993, "key":...