Skype protocol reverse engineered, source available
11–20 of 145 posts
Re: Skype protocol reverse engineered, source available
#12Re: Skype protocol reverse engineered, source available
#13It is looking like result of Hex-Rays decompiler.
Re: Skype protocol reverse engineered, source available
#14It seems that the encryption algorithm has been reverse engineered. I guess you'll still need the keys to decrypt the voice data using this algorithm, assuming it works. It's a big deal if has been done, because a lot of people have been trying to crack it. Some governments are going to love this. The Skype client itself has a lot of obfuscation to prevent something like this.
Re: Skype protocol reverse engineered, source available
#15Earlier quoted context omitted.
That still doesn't mitigate the need for lawyers. The protocol is still intellectual property, and reverse engineering it may not be without consequences.
"intellectual property" That's a really muddy term. How exactly can you protect a protocol? Trade secret? Patents? Copyright shouldn't apply if it's a reimplementation. Edit: s/since/if/
Re: Skype protocol reverse engineered, source available
#16It seems that the encryption algorithm has been reverse engineered. I guess you'll still need the keys to decrypt the voice data using this algorithm, assuming it works. It's a big deal if has been done, because a lot of people have been trying to crack it. Some governments are going to love this. The Skype client itself has a lot of obfuscation to prevent something like this.
Re: Skype protocol reverse engineered, source available
#17Earlier quoted context omitted.
That still doesn't mitigate the need for lawyers. The protocol is still intellectual property, and reverse engineering it may not be without consequences.
I don't believe it's possible to secure any sort of intellectual-property protection for a mere protocol. The usual way of protecting them, though, is to patent some essential feature needed to implement the protocol, which may or may not be the case here.
Re: Skype protocol reverse engineered, source available
#18Even if some insane insomniac de-twiddles the pages upon pages of optimized indirection in this code (which I seriously doubt), all Skype has to do is tweak the protocol or encryption and the researcher is back to square one. It's a losing battle. And that's not even getting into the legality of it it all.
How about instead of trying to fruitlessly crack Skype, we spend the time making something that's both open and better?
Re: Skype protocol reverse engineered, source available
#19It is looking like result of Hex-Rays decompiler.
Can you say more?