RE: [Release] Dencryptor v1.20
The changing on receive works for me...
altough you use 'Auto' in your code, and 'AutoDecrypt' in the Receive function...
And a bug: commands get encrypted too, not your own commands, but when you try to change you status using '/away' the encrypted form gets send
I don't know how the key stuff works (yet) but you have a global key (per user) and you need that key to encode and decrypt the message, so the other user has to have the same global key, right? (not sure) than he sends an encrypted message to another contact, witht that same key, because it's used for encrypting and decrypting, wouldn't that mean that all the contacts need to have the same key?
I think you need to have a per user Key...
|