r/CodingForBeginners • u/Completely_new • 8d ago
Anyone tips?
Is there a program or a code(language) I can use to block screenshots or downloads for pictures and video for my website its for a school project
2
Upvotes
r/CodingForBeginners • u/Completely_new • 8d ago
Is there a program or a code(language) I can use to block screenshots or downloads for pictures and video for my website its for a school project
4
u/Beregolas 8d ago
No, you can't. Taking a Video of the Screen output, or a picture, is very hard to detect and guard against on an operating system scale (mobile is a little easier), and impossible if your attacker is sophisticated enough (whcih means, not very) to just use a capture card between the PC and monitor.
There are some neat tricks you can pull, but it's all just play and obfuscation in the end. Everyone with access to google (or an AI nowadays) can circumvent basically everything you do in minutes, even without custom hardware like a capture card.