Earlier quoted context omitted.
I agree. Why does everything ask for phone numbers these days? What's next, a picture of my government ID?
So many companies are under the impression that a phone number is a unique, secure identifier for their users when in fact it's fairly easy for a knowledgeable attacker to hijack a phone number for calls and SMS.
Show HN: I made an open-source anonymous email forwarding service
171–180 of 187 posts
Re: Show HN: I made an open-source anonymous email forwarding service
#172There's a much harder problem, granted, but the world needs a throwaway SMS service. Even Imgur needs a phone to sign up now :( There are already some services like this, however it seems they have a smallish pool of phone numbers. Eventually everyone uses those to sign up, one time, somewhere (like Imgur) and that number is then useless for that site. Is there a better way?
I’m the founder of Unlisted ( https://www.unlistedapp.com ) and this is exactly the problem I was aiming at when building our private number service. Unfortunately today, however, many sites will detect VoIP numbers and refuse to send messages to them. There are two reasons: 1) The app detects that it is not a “real” number and blocks its entry, or 2) the number is accepted but no message is ever received. In the sec…
I admire the goal of trying to provide a convenient way to increase privacy when using SMS, but this feels a bit invasive. That's a lot of collected data. Unlisted has access to the entire history of all my conversations and calls. Why not encrypt most of the at-rest data with the user's password and decrypt it client-side? This is common practice for the more privacy-leaning email providers, such as ProtonMail. Similar SMS services have taken this approach as well, like crypton.sh.
You are leaving a lot of the privacy enthusiasts on the table (myself included). It may seem like a small market, but communities like /r/privacytoolsio are very active and constantly on the lookout for privacy preserving products.
Re: Show HN: I made an open-source anonymous email forwarding service
#173Cool. I've had a similar idea kicking around in my head for a few years. How do you think about the compromise/disclosure risk of the data you keep that associates the subscriber account with aliases?
I encrypt as much sensitive information in the database e.g. recipient email addresses, descriptions etc. Someone suggested the idea of creating hashed aliases, that are generated and hashed on the client side so that even I do not know what they are, then incoming emails are compared against this hash to determine where to forward emails. The only thing is there would probably need to be an additional column on the…
I've thought about tokens or credits that get consumed by checking/sending on the hash, but I imagine they'd be most-used for fire-and-forget stuff...
Re: Show HN: I made an open-source anonymous email forwarding service
#174Earlier quoted context omitted.
Which blacklist was it and how much did they charge? I have always wondered which are more mafia-esque and which less, as they all act so innocent but are also so adamant about hiding their pricing.
I'm guessing backscatterer.org The fix is to configure your MTA so that it doesn't send backscatter
Re: Show HN: I made an open-source anonymous email forwarding service
#175Earlier quoted context omitted.
My mail server got blacklisted because of backscatter. That is where the sender sends spam to an address that doesn't exist on your server, but they also forge the "from" address, so the "this message could not be delivered" response, complete with the spam message, is sent "back" to the forged address (the spammers real target) It took several months or a large payment to the people maintaining the blacklist for my…
Which blacklist was it and how much did they charge? I have always wondered which are more mafia-esque and which less, as they all act so innocent but are also so adamant about hiding their pricing.
Re: Show HN: I made an open-source anonymous email forwarding service
#176Earlier quoted context omitted.
I didn't mean email alias files. The article explains what it means by "email aliases", and it's something different.
I meant the files that contain aliases which are used to configure MTAs, which thus create email aliases.
Re: Show HN: I made an open-source anonymous email forwarding service
#177Earlier quoted context omitted.
Which blacklist was it and how much did they charge? I have always wondered which are more mafia-esque and which less, as they all act so innocent but are also so adamant about hiding their pricing.
I'm guessing backscatterer.org The fix is to configure your MTA so that it doesn't send backscatter
Re: Show HN: I made an open-source anonymous email forwarding service
#178Earlier quoted context omitted.
I agree. Why does everything ask for phone numbers these days? What's next, a picture of my government ID?
Because disposable emails are trivially used by casual users and companies see phone number as harder to falsify (correctly, IMO). It's not impossible, obviously. We know SMS can be hijacked and spoofed, but the casual user won't be doing this, today.
Re: Show HN: I made an open-source anonymous email forwarding service
#179Re: Show HN: I made an open-source anonymous email forwarding service
#180I am surprised the people sending me physical junk mail haven’t lobbied the post office to provide all their customers with email boxes along with physical mail boxes and then stuff then with junk email along with important governmental notices only going through post office email boxes that have tiny storage quotas so you have to manually delete all the junk email, otherwise they will stop delivering the email that…