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