hacker1024
hacker1024
Right, that's another option. I considered it, but I'm not sure of that would have to use a port that could be used by something else on the device.
Thanks, I'll take a look. Also - while decryption is a fairly uncommon feature, the ability to play audio from a stream of bytes would be (in my opinion) a...
> There's one other feature that should eventually go into the proxy code which is the ability to write the downloaded file to a cache as it's being downloaded, so...
Oh, and in case anyone wants to do something similar, here's my implementation. ```dart /// This class handles decryption of XOR encrypted media. /// It provides a proxy server that...
I didn't think of that second option - thanks again.
> but it is complicated by the fact that Android does not work well with self-signed certificates: Are you sure about that? It looks like an additional certificate can be...
If the same token is used for every URL, someone with a RAM viewer could theoretically find it and use it for every URL. If a unique token is generated...
I've fixed this: pull request https://github.com/phijor/ctroller/pull/9
Fixes issue https://github.com/phijor/ctroller/issues/8.
Is your wifi connected? #8