this post was submitted on 02 Jun 2024
232 points (99.2% liked)

Technology

58011 readers
3147 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

The latest proposal mandates user consent for monitoring messages on all communication apps, including those with end-to-end encryption.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 81 points 3 months ago* (last edited 3 months ago) (4 children)

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.

[–] [email protected] 1 points 3 months ago (2 children)

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.

[–] [email protected] 5 points 3 months ago (1 children)

What if they write a GUI interface in Visual Basic to track your IP address?

[–] [email protected] 2 points 3 months ago

I understand this is a movie reference, but I don't know at whose perception of tech it hints - the politicians involved or the populace.

If the politicians - they are sadly much smarter, a certain Russian politician publicly talking like that was known in FIDO in the 90's, needless to say - sufficiently literate, and a certain Russian fiction writer supportive of various crazy evil things was even a FIDO sysop.

If the populace - normies are fascinating in the sense that not only they are amazingly dense when that's socially acceptable, but they also may become amazingly bright when that's socially acceptable. Normies would use computers the old-fashioned way before GUIs, and normies would have decent understanding of ICE's and radios when that was normal. I'm hopeful.

Also I think in Windows you can make a batch script, drag-and-drop something on it and the filename will be passed to it. Put it alongside a directory with anime pics, and drag the text file with your message, get a random pic with your message. On the receiving side drag-and-drop the saved picture on another batch script and get a text file. Thus we get a steganography system as easy to use as many pirate games.

load more comments (1 replies)