TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Added security with email address tags

2 点作者 jackistall超过 13 年前
Pretend your email address gets compromised from Gawker, and the hacker starts to use it on other popular platforms. You can use different passwords to help limit the risk of the hacker accessing your other accounts.<p>One added security measure is to use address tags that are accepted by email services like Gmail and Yahoo. Depending on what email service you use, you can use a +, -, or = after the local part of your email address to then add an email address tag. This will allow you to have a different email on record with various organizations, while still receiving notifications to the same address.<p>Here are some examples for some of our favorite companies: Gawker:yourname+gawker@gmail.com Sony: yourname+ps3@gmail.com Email promotions: yourname+disneyemail@gmail.com Expedia: yourname+expedia@gmail.com<p>Read more about email address tags. http://en.wikipedia.org/wiki/Email_address#Address_tags

1 comment

arscan超过 13 年前
These are nice, but occasionally i find that overzealous validation scripts on websites don't allow you to put these in. An alternative, if you use gmail, is to add in some periods to your email address, since they are ignored on gmails side.<p>So johnsmith@gmail.com may be your normal email address, john.smith@gmail.com you submit to site #1, john..smith@gmail.com you submit to site #2, john...smith@gmail.com you submit to site #3. They all get delivered to johnsmith@gmail.com. Not at all scalable, unless you write some scripts to encode/decode meaningful info into those patterns.