Live data from Hacker News

Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

wired.com

291–300 of 407 posts

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#291

Last paragraph of the article: "The new authentication scheme is the second in recent weeks that relies on photos. Earlier this month, Facebook asked users to upload nude photos to Facebook Messenger, as part of an effort to prevent revenge porn. Facebook said it would use the nude photos to create a digital fingerprint against which to compare future posts." Wait what? I had to check whether today was April 1st.

loool

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#292
post #282
post #274

Earlier quoted context omitted.

I wonder if some three letter agency is paying facebook to build them the biggest face recognition database in the world.

No need to get all conspiratorial. Picasa did it before Google, AWS does it now. It’s what people (writ large) want.

Considering nearly every adult provides a photo of higher quality to their respective governments it does seem a tad conspiratorial and like a lot of unecessary effort.

Also being a part of the 14 eyes means if the United States wanted my biometrics all they need to do is ask. My country is already moving towards real time cctv identification in airports etc. using biometrics from any issued license / passport.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#293

>> “Please upload a photo of yourself that clearly shows your face. We’ll check it and then permanently delete it from our servers.” >> To determine if the account is authentic, Facebook looks at whether the photo is unique. I assume this means that the photo itself is deleted but a one-way hash of it created to test against later. However, if I change one pixel of a picture of my face, A, to produce a new picture of…

Hashes don't necessarily work on the raw bit representation of something. You can have a hash which works on higher level constructs, which for images one solution would be called a perceptual hash.

I thought the accepted term for this was "fingerprint" not "hash".

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#294
post #78

Earlier quoted context omitted.

There was a thread about this on HN -- too lazy to look it up now or repeat some of the longer comments about it. But going into this assuming that FB has no ill-intentions, FB's proposal seems by far the best solution in a world of ugly and terrible solutions. For starters, it's intended for victims of revenge porn, which is a fairly extreme category and one in which the harassment is distinctively aggressive and vi…

I disagree: - It sets a precedent for uploading nude photos to FB and for them asking for it. - You need to trust FB to delete the photos when they receive it. Yes, I understand that they probably will, but really, how many systems are those bits going to touch? How many logs are going to have this information? Can you be really sure? A better implementation would be for the FB client to hash the file and for the has…

Could a hash be tricked if the offender slightly modified the file, or even changed the format?

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#295
post #221

Earlier quoted context omitted.

> Before we reduce this to a slippery slope, what scenario do you envision in which FB could coax its userbase to upload nude photos? The one where FB asks its userbase to upload nude photos[0]. [0] https://news.ycombinator.com/item?id=15651710

That's exactly the topic we're discussing now. Sorry, with "userbase" I meant " general userbase". This initiative they're proposing -- in coordination with a safety group in Australia -- is aimed at revenge porn victims. The general userbase of Facebook aren't in that group.

I don't think there's any appropriate time for FB to request nude photos of their userbase. I don't understand why you think I should explain this.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#296

Earlier quoted context omitted.

This is the case with almost all crypto currency exchanges as well. Even in that case, which I can sort of understand (even tho I still hate it), I was pretty off put by it. If Facebook or some other service starts doing this to me, I will use something else.

Oh, right yes I forgot that. I was going to sign up for Coinbase to demonstrate some stuff as a live demo - buy a few $ worth of BTC and transfer it between wallets/show it in the public blockchain/etc. They wanted me to scan and upload a government issued ID in order to give them money. Nooope, not a chance in hell.

They do that because the US government requires them to keep those records.

This isn't Coinbase twirling their evil mostache and scheming about selling your personal data.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#297
post #185

Earlier quoted context omitted.

Hash your copy of the nude image client side, and upload the hash only? Seems like a way better idea to me.

A hash would only match an identical file, right? It sounds like image recognition is used here to catch derivatives of the original file, which a hash wouldn't catch.

There are specific (non-cryptographic) hashes which are built to compare equal for equal data, and to be similar for similar data (for different metrics of similarity). It's a somewhat esoteric subject, but it's a thing.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#298

Instagram did this same bullshit to me when I signed up for an account to to follow some photographers. 'Please provide a clear photo of yourself holding your government issued ID, and a piece of paper with the following code handwritten on it'. No, fuck that for a joke. There's this growing trend of everyone wanting your photo and some ID, and then you have no way to verify that information is being kept securely or…

This is the case with almost all crypto currency exchanges as well. Even in that case, which I can sort of understand (even tho I still hate it), I was pretty off put by it. If Facebook or some other service starts doing this to me, I will use something else.

I believe on exchanges this is in order to maintain KYC compliance, in an effort to thwart money laundering.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#299
post #234

Earlier quoted context omitted.

How about recompressed, resized, photoshopped, format-converted... a filter against trivial transformations like transposition is worthless.

tough problem sure, but sending nude photos to a morally questionable company is not remotely close to the best solution to this problem.

If someone has your nudes and intends to share them I think blocking them only on Facebook and not anywhere else is not productive.

You should just post the nudes yourself IMHO and be done with it.

Re: Facebook’s New Captcha Test: 'Upload a Clear Photo of Your Face'

#300
post #232

Earlier quoted context omitted.

> compute a fingerprint locally one downside: i think this could allow a bad actor to directly observe the fingerprinting and assist in developing a method to defeat it.

Or the attacker could just post the image elsewhere.

Or presumably an attacker could just slightly modify the image, and trick whatever CNN Facebook is trying to use into thinking it's not the same photo.
Post reply on HN