Results 98 comments of Thai Duong

You have to load the Android KeyStore. ``` KeyStore keyStore = KeyStore.getInstance("AndroidKeyStore"); keyStore.load(/* param= */ null); keyStore.deleteEntry(MasterKey.DEFAULT_MASTER_KEY_ALIAS); ```

> @thaidn What could be going wrong in my approach? I think you have to manually delete the file. Just clearing the shared prefs doesn't work because it's an encrypted...

>I was wondering if you would be interested in getting Tink fuzzed by OSS-Fuzz? Yes. Please send the report to [email protected], [email protected] and [email protected]. Thanks!

@juergw We're still working on this. To give ourselves a chance to fix problems, we'd like to let internal users to play with the APIs for a while prior to...

@juergw is the best person to answer this question. As I said earlier, we're still waiting/looking for feedback from internal users. At the moment I believe the API is almost...

Have you tried https://github.com/google-pay/tink-jni-examples/tree/master/TinkJNIPython?

If you can share the code, I can help you review it. On Wed, Nov 17, 2021 at 11:19 AM Bastien Bouchoux ***@***.***> wrote: > @thaidn thanks for your reply,...

Thanks for the suggestion. Nobody in the core team knows Dart. Is it possible to support via a C++ binding?