tink Questions
2
I have a key (say) "thisist0psecret" that I want to use as a symmetric encryption/decryption key with the Google Tink library. I am baffled that I am unable to do this simple thing. I can...
Johore asked 4/9, 2018 at 17:14
1
I am getting below error on building the release apk with R8 enabled:
Task :app:minifyReleaseWithR8
AGPBI: {"kind":"warning","text":"Missing classes detected whil...
Hie asked 19/9, 2021 at 9:57
2
The following lines show how to generate a key in Tink:
keysetHandle=KeysetHandle.generateNew(AeadKeyTemplates.AES128_GCM)
privateKeysetHandle = KeysetHandle.generateNew(SignatureKeyTemplates.ECD...
Travis asked 17/5, 2019 at 18:57
3
Solved
Until now, I was using jasypt to encrypt a string before storing it on disk on app closing, and later when opening the app for decrypt the string after retrieving it from disk.
It was super easy w...
Dromond asked 8/3, 2019 at 20:24
4
We want to use the Tink library in our project to be able to verify some incoming signatures given a public key.
What we have are the following:
The public key as a string
The signature itself
T...
Coup asked 9/11, 2018 at 15:18
1
© 2022 - 2024 — McMap. All rights reserved.