This is indeed another interesting extension. For sure I am one of many who are testing this to work. For now I am trying to have a successful “encryption”. I downloaded from the link above and changed the labels for me to fully understand. Probably if it works I will document it so that everyone can follow from top to bottom.
Bellow using default, with key length and without but seems both of them have the same error response. May I know what should be the steps? Sorry really newbie here.
I created two apps where in two people can send messages to each other through bluetooth. I have used the generateKeys block with length 1024 on both ends. Im encrypting and sending the text with public key from one end and decrypting it on the other end with private key generated there.Will it work?
Im getting the string but not the one which I sent, its seems to be encrypted one.
Your Public Key is saved to an online database and locally, while the Private Key is specifically saved to the local applications database… The Private Key is not meant to be put anywhere on the online if you are using ETEE.
Thank you @hammerhai
I didn’t mean that.
Actually I wanted to say that if anyone is using public for encryption then he/she will have to save public key on database and if he/she using private key for encryption then he/she will have to save private key on database.
But as we know it is not recommended to use private key for encryption. It is for decryption.
I took the public and private keys from both apps and exchanged the private keys and stored them in strings.I was passing these strings as keys . Then I got the below error