Earlier quoted context omitted.
Plenty of people. If you have running water, some tape, and trashbags, you too could have a darkroom. https://www.metmuseum.org/exhibitions/objects/objects@exhibi... The roll itself can be manipulated too. Most of the techniques used in modern photoshop are basically 1:1 carry overs of darkroom processes. Layers, dodge and burn, masking, etc. There was a time you could take this class in highschool.
You try to equate several days of work, specialized equipment (much more than water and trash bag: you need chemicals, baths, special paper, a projector, plates...) and knowledge with typing a text in a webpage. Have fun keeping making bad faith arguments alone.
Police officer investigated for using AI to 'create evidence' in multiple cases
201–210 of 210 posts
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#202Earlier quoted context omitted.
Are we acting like that was ever a limiting factor towards disseminating propaganda in the analog age?
No obviously not. But this is silly framing because there are so many things we do because it increases the effort for bad actors to do bad things. We close and lock our doors not because it prevents break-ins, but because that is a barrier that makes breaking in more inconvenient.
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#203Earlier quoted context omitted.
Sure but conceptually no one should've been able to crack any hashing scheme anyone half-way decent at their job could come up. SHA256 is the default and it's unbroken. Even SHA1 has scant few known collisions. So like...what the heck were they hashing and how that anyone was able to crack it?
Maybe its more like the hash was a well known secure hash but someone managed to extract the salt/private key/signing certificate from the camera?
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#204Earlier quoted context omitted.
Yeah, again, there are some incentives to fabricate evidence like career advancement. Now why should those, on a mass scale, outweigh disincentives like getting caught in an adversarial process and (presumably) some qualm about regularly convicting innocents and regularly letting guilty parties run free in communities. Easy to argue in particular cases but I haven't heard the basis for a trend.
What adversarial process? If the prosecutor loses the case, the defendant doesn't go to jail but still receives a very big punishment and the prosecutor loses nothing. And prosecutors never prosecute themselves for false prosecution.
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#205Earlier quoted context omitted.
Yeah, again, there are some incentives to fabricate evidence like career advancement. Now why should those, on a mass scale, outweigh disincentives like getting caught in an adversarial process and (presumably) some qualm about regularly convicting innocents and regularly letting guilty parties run free in communities. Easy to argue in particular cases but I haven't heard the basis for a trend.
> (presumably) some qualm This sounds like you’re imagining how prosecutors as a group sort of feel about things, generally, and that this notion you’ve thought of outweighs the demonstrable real-world system where prosecutors are awarded for convictions, full stop.
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#206Why police (and media) cameras aren‘t forced to use camera hardware signing, aka content credentials, is beyond me.
It's because they're a scam. Point the camera at a forged image with a higher resolution than the camera sensor and it will make a signed copy of the unsigned forgery. That's before getting into the practical problems with securing the keys. Every camera by every manufacturer has keys in it and the attacker only needs one key from one camera, and they get to choose the model? Creating something premised on needing to…
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#207Earlier quoted context omitted.
But what about if: …the signature included the depth measured by the autofocus system across the image? …or a tiny stereo image was included to capture depth? …or a mini video in the ten seconds before and after the photo was taken? …and the key is in a tamper proof HSM? …and the key is deleted the moment the camera detects the case being taken apart? I know that it is a losing battle to try to build such hardware wh…
> the signature included the depth measured by the autofocus system across the image? > or a tiny stereo image was included to capture depth? These systems work by having multiple sensors to use for depth perception, so enterprising hackers write software to create two images, one for each sensor, and put some kind of lens or mirror in front of the camera to direct a different image/screen to each sensor. The problem…
Out of curiosity, what would be your proposal for identifying GenAI images and videos? Any suggestions?
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#208Earlier quoted context omitted.
Are we acting like that was ever a limiting factor towards disseminating propaganda in the analog age?
No obviously not. But this is silly framing because there are so many things we do because it increases the effort for bad actors to do bad things. We close and lock our doors not because it prevents break-ins, but because that is a barrier that makes breaking in more inconvenient.
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#209Earlier quoted context omitted.
I imagine in this age of blockchains you could embed into a media file a signature that proved it was no older than the timestamp of when it occurred, the digital equivalent of a hostage-proof-of-life photo with a recent newspaper But I don't know of a cryptographic mechanism to ensure that a digital image is not more recent than a particular time
> But I don't know of a cryptographic mechanism to ensure that a digital image is not more recent than a particular time Many (most?) blockchain mechanisms include a timestamp in each transaction on the chain, so while multiple records from the same owner prove little (the timestamps could be faked over a given period of time) the interaction with the wider network and the chain would give some confidence that the re…
Re: Police officer investigated for using AI to 'create evidence' in multiple cases
#210Earlier quoted context omitted.
> But I don't know of a cryptographic mechanism to ensure that a digital image is not more recent than a particular time Many (most?) blockchain mechanisms include a timestamp in each transaction on the chain, so while multiple records from the same owner prove little (the timestamps could be faked over a given period of time) the interaction with the wider network and the chain would give some confidence that the re…
I suppose you could put a hash of the content into a TXT record
A TXT record may be used in the signing process if using DNS verification, but you are getting a certificate for the name overall so using an A record to hold the hash you are looking to certify does the trick, then if you want to use HTTP-01 for verification rather than an extra DNS record you can.