Hacker News new | past | comments | ask | show | jobs | submit login
PathGate and Best Practices for Implementing “Find Friends” (forkly.com)
9 points by hiroprot on Feb 9, 2012 | hide | past | favorite | 5 comments



>iOS doesn’t prompt the user for permission when an app tries to access their address book information.

It seems a little ridiculous to me that we don't completely blame Apple for leaving the door wide open for developers to do whatever the hell they wanted with your entire address book. Think about that for a moment. Any application you've ever downloaded on the app store could have archived your contacts.

Apple has already demonstrated they're capable of securing sensitive user details, yet the faint calls from informed users and ethical developers to expand that security to cover the address book has been conveniently ignored (to the benefit of "guilty" developers, questionable iPhone UX, and of course Apple) for years.

Not cool Apple.


"It is virtually impossible to deduce the original input from a hash if a strong hashing algorithm is used."

That's just not true when the "original input" is constrained enough, like, for example, a phone number.

It really makes no difference what algorithm you use - if it's fast enough for you to hash all the phone numbers in my contact list on my phone, I can have a set of rainbow tables for every possible phone number. There's just not enough entropy in 10 digit numbers for that to be an effective solution.


You have a valid point, given such a constrained space makes it easier to recover that stuff. For what it's worth, we used salted SHA-1 hashes, which would make it harder if somebody were to get a hold of the data, but of course, it wouldn't prevent us from doing the hash reversal ourselves if we were to turn "evil" some day.


Can you explain how you're using salts?

Unless I'm missing something, either

1) you're using a "common salt" across all the hashes, which means I might need to generate my own rainbow tales with your common salt - but for only 10 digits worth of phone-number-space that's probably only a few bucks worth of EC2 time and S3 space to store it.

or 2) you're using a random salt for each phonenumber/hash, in which case you cant identify matching phone numbers.


Please stop appending "Gate" to any "scandal" of any kind.

The Watergate scandal was called that, because the hotel was called the Watergate.

Using "gate" as a suffix for any scandal just makes you look stupid.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: