1

I am trying to make an end to end encrypted app where I encrypt data at the mobile end at the time of sending and we can decrypt it at the server(for user info). but I am not able to find any solution or example for how we can manage or share key which is generated at the mobile end for encrypting data to decrypt at server(.NET) end.

#Googel_Tink

Deepak
  • 127
  • 4
  • 11
  • My understanding of encryption is very basic but, if it's used for decryption, I don't think you can safely transfer the key for your server to use without already having private communication set up. Have you considered generating a public-private key pair for your server and having your server share the public key with the mobile end? – Sammy T Aug 16 '20 at 08:23
  • No, I haven't known about it can you give me an example how to use public-private key pair in tink? – Deepak Aug 17 '20 at 07:01
  • I've not implemented such a system myself. But I would suggest looking into the Hybrid Encryption sections in Tink's how-to guides. – Sammy T Aug 17 '20 at 22:14

0 Answers0