5 ms·
Would it be possible to dll inject skype and automatically encrypt all text / video between you and another person running the same injected dll? I imagine tha
by picklefish 14y ago
Would it be possible to dll inject skype and automatically encrypt all text / video between you and another person running the same injected dll?
I imagine that's against TOS or something though. I've just always wondered if it was possible.
- UnoriginalGuy 14y agoI'm sure it is possible, but keeping it from breaking with every release is going to be tricky. Plus one of Skype's benefits is that it works on "everything" (Windows, Linux, Mac, Android, iOS, etc); so your solution is only as good as the platforms you can tag.
- spacey 14y agoYou could as well use an external tool to en/decrypt your text with for example blowfish + base64 encoding and use Skype just as the transportation layer of the encrypted messages.