Questions tagged [tink]

Tink is a multi-language, cross-platform library that provides a simple and misuse-proof API for common cryptographic tasks.

48 questions
-1
votes
1 answer

DeterministicAead one key but change initialization vector?

I'm using Googles Tink DeterministicAead. What I'd like to achieve, is to use the same key over a long time, but change the ciphertext for a certain plaintext every 24 hours (for GDPR reasons). Can I pick a new initialization vector somehow once…
bart van deenen
  • 434
  • 3
  • 13
-1
votes
1 answer

AdMob Server Side Validation for Video Reward

I need to verify the video reward of a user on the server, I'm using Google's Admob and as the documentation found on their website I can't find anything that could help me doing that kind of stuff, as the Golang API is not documented and I also…
Diego Barreto
  • 145
  • 3
  • 12
-2
votes
2 answers

Android Studio : Gradle sync failed: Could not download tink

When start a project on Android Studio 4.0, Gradle cannot sync completely and Design mode is unavailable. Error message appear - > Gradle sync failed: Could not download tink-1.3.0-rc2.jar (com.google.crypto.tink:tink:1.3.0-rc2): No cached version…
1 2 3
4