Forgot your password?
typodupeerror

Comment Re:Encryption? (Score 1) 265

this has some key things to overcome before it can be used:

* Has not been tested for false positives (explicitly stated by a researcher in the article).

Here's my implementation. It also hasn't been tested for false-positives, but I'm hopeful:

bool is_illicit_content( /* may need parameters in the future */ ) { return true; }

I suspect that overall success rate when tesing your implementation on real bittorrent traffic could still be impressive.

Slashdot Top Deals

"Indecision is the basis of flexibility" -- button at a Science Fiction convention.

Working...