|
Posted by Rhino on January 14, 2005, 11:38 am
Please log in for more thread options
This is very possibly the wrong place to ask this so I'd appreciate any
suggestions on better places to ask....
I want to post my resume on my friend's server so that I can give the URL
out to prospective employers. However, since I was planning to put my street
address, email address, and phone number in the resume, I am concerned that
this information will wind up getting harvested by telemarketers, perhaps
via "cataloging spiders" or "automated screen scrapers" or other automated
tools. I definitely DON'T want telemarketers calling me, sending me snail
mail spam, emailing me, or banging on my door to flog their wares.
Is there any reasonably secure way to put this information on a web page so
that telemarketers or others cannot harvest my information against my
wishes? What percentage would you put on the security offered by this
technique? 100%? 80%? 20%?
If the best I can hope for is only 80% security, then I'm inclined to leave
my snail mail address and phone number off the resume, use a throwaway
Hotmail-type email address, and suggest that visitors of the page use the
Hotmail-type email to get my street address or phone number if they want
them. Then, of course, I would only give that information out to what I
believed were legitimate prospective employers.
Or am I being way too paranoid? I've heard a lot about identity theft in
recent years so maybe I'm over-reacting to the risk....
--
Rhino
---
rhino1 AT sympatico DOT ca
"There are two ways of constructing a software design. One way is to make it
so simple that there are obviously no deficiencies. And the other way is to
make it so complicated that there are no obvious deficiencies." - C.A.R.
Hoare
|
|
Posted by Philipp Lenssen on January 14, 2005, 4:59 pm
Please log in for more thread options
Rhino wrote:
> Is there any reasonably secure way to put this information on a web
> page so that telemarketers or others cannot harvest my information
> against my wishes? What percentage would you put on the security
> offered by this technique? 100%? 80%? 20%?
Several ways:
1. Password-protect the page, and send the password via email to those
who should get to the site.
2. Simply exclude search engines via the Robots.txt file, or meta-tags.
(You may still be found, but not as easy.)
3. Attach your Resume to the email in Word-Format.
--
Google Blogoscoped
http://blog.outer-court.com
|
|
Posted by Sander Tekelenburg on January 14, 2005, 11:57 pm
Please log in for more thread options
> Rhino wrote:
>
> > Is there any reasonably secure way to put this information on a web
> > page
[...]
> 2. Simply exclude search engines via the Robots.txt file, or meta-tags.
> (You may still be found, but not as easy.)
To the best of my knowledge that's nonsense. There is nothing about
robots.txt that offers any level of security. Consider it a mechanism to
politely request to not index the contents of directory x, no more.
> 3. Attach your Resume to the email in Word-Format.
Perhaps if you're only interested in jobs in M$-only-land, yes ;)
--
Sander Tekelenburg, <http://www.euronet.nl/%7Etekelenb/>
|
|
Posted by Philipp Lenssen on January 17, 2005, 12:57 pm
Please log in for more thread options Sander Tekelenburg wrote:
> > 2. Simply exclude search engines via the Robots.txt file, or
> > meta-tags. (You may still be found, but not as easy.)
>
> To the best of my knowledge that's nonsense. There is nothing about
> robots.txt that offers any level of security. Consider it a mechanism
> to politely request to not index the contents of directory x, no more.
>
Which is why I said "You may still be found, but not as easy." And
yeah, Google is respecting Robots.txt, and many people use Google, so
*you may not be found as easy*. I exclude my Resumee from Google simply
because I don't want people to find it that easily. I still know it's
public, and there's no harm in that. It's just hidden from 5-second
googling.
--
Google Blogoscoped
http://blog.outer-court.com
|
|
Posted by Eric Kenneth Bustad on January 14, 2005, 7:47 pm
Please log in for more thread options >[snip]
>
>I want to post my resume on my friend's server so that I can give the URL
>out to prospective employers. However, since I was planning to put my street
>address, email address, and phone number in the resume, I am concerned that
>this information will wind up getting harvested by telemarketers, perhaps
>via "cataloging spiders" or "automated screen scrapers" or other automated
>tools. I definitely DON'T want telemarketers calling me, sending me snail
>mail spam, emailing me, or banging on my door to flog their wares.
>
>[snip]
I wouldn't worry too much about it. My resume has been on the web for
several years in plain html format with all that info and I haven't had
a problem with any of that.
= Eric
--
= Eric Bustad, Norwegian bachelor programmer
|
| Similar Threads | Posted | | Can Norton Security Software Affect Viewed HTML Files | May 2, 2005, 10:10 am |
| Security of server-side code? | August 20, 2004, 10:59 am |
| Serious Security Flaw in Google Chrome | September 6, 2008, 2:01 am |
| How to HTML 150 pages of text | January 22, 2005, 7:17 pm |
| Joining two HTML web pages together? | February 21, 2005, 9:19 pm |
| How my html pages looks like in Apple machine? | August 9, 2004, 3:00 am |
| Convert ODP RDF to Static HTML Pages? | October 6, 2004, 7:06 pm |
| Error when validating HTML pages | May 2, 2005, 7:28 pm |
| Validating HTML in multiple pages | December 18, 2005, 7:02 pm |
| consolidating bunch of HTML pages | May 30, 2006, 12:32 pm |
|