France considers approval of European chat control plan
France considers approval of European chat control plan

France considers approval of European chat control plan - Stack Diary

The latest proposal mandates user consent for monitoring messages on all communication apps, including those with end-to-end encryption.
How stupid. You don’t think criminal organizations won’t be smart enough to just do the illegal math that you’re trying to ban? Looks to me that it’s just monitoring and controlling regular people.
This isn’t much different from banning encryption. You’d have to get seriously draconian to ban the use of numbers in unapproved ways.
banmath \s
Criminal organizations, LOL. They want to scan images and videos, right? A single pic may provide too little space this way, but in a video one can use a few lower bits in every color of every pixel of every frame, and of course the data would be encrypted.
I wouldn't need to write a program for that.
I would convert the image to hide my message in to an XPM image, which is a human-readable format. I would split my message into the portions which I deem sufficient to take from every point. Converting hex rgb colors to binary and back is not hard. I would have to count how many colors I have and which is it for which sequence and which point yadda yadda. Or alternatively I suppose one can use a bit mask in ImageMagick, where I'll have only to combine the source image and the one with my message and the mask (unchanging). I'd then convert that to fucking PNG.
For a video I'd, well, use ffmpeg to split it into frames, then do with each frame as described, then combine them back into a video.
That would require ImageMagick (and ffmpeg if for videos), PGP or OpenSSL, and writing a clumsy slow script to use those.
What if they write a GUI interface in Visual Basic to track your IP address?