Encrypt data and decrypt it in a chat.
Good morning everyone.
Please
Please, in my chat I would like to insert the possibility of encrypting the text when sending the data and decrypting it upon receipt, while I think it is not difficult to encrypt it upon sending, (I will try) it is difficult for me to understand how to decrypt it upon arrival and enter it in the display listwiev.
In fact, the listwiev inserts the data communicated by receiving it from the still encrypted Cloud DB.
I really wouldn't know where to start.
Tima12, thanks but I'm already struggling to understand how to use [Luis_Azuaga]'s encryption, imagine understanding something with the others, with Luis' data, I managed to encrypt the text to send in a chat, and I'm interested in how I can decrypt the incoming data in the listwiev in the remote app. I just need this.
Anyway thanks for the suggestions that I will definitely try to use, but I find it very very difficult for me.
Up to point 4 I don't think I have any problems.
But the app that receives the data, receives it in a textbox.Username.text
I tried to decrypt them, but GotValue and DataChanged load data from encrypted Cloudb and put it in listwiev before I can decrypt it.
I should say, unless you limit the chatlist to a certain number of entries, your app will become slower and slower as more data is added. You should consider methods to only return the latest entries made....