Re: encrypt email address to a string

From: Tony Curtis (tony_curtis32_at__SPAMTRAP_yahoo.com)
Date: 12/17/03


Date: Tue, 16 Dec 2003 20:07:22 -0600


>> On Tue, 16 Dec 2003 04:23:31 GMT,
>> "Reportor" <test@test.com> said:

>> > What I need to do is pretty simple. I need to add email
>> > address as a Referal, but I want it to look something >
>> different, so that spammers will not know that is an >
>> email. I don't want to keep a database to make member1 = >
>> abc@abc.com, member2 = abe@abe.us
>>
>> Why not?
>>
>> Maintaining a map of opaque tokens to email addresses
>> sounds like a really good solution. You could simply
>> create a configuration file to store this map, or even put
>> it in the source code.
>>

> I hate to use flock(). I am trying my best to avoid any
> WRITE to disk.

Why would you need to write? You'd just be reading a file to
look up a token's corresponding email address.

This also places a buffer between input data and the program's
actions; there's no way anyone can work out what the target
email address is from looking at publicly available
information and you can protect yourself from accepting email
addresses you don't want.



Relevant Pages

  • Lucida under Debian?
    ... I've used the Lucida fonts happily under Debian. ... shows the map file, but as I'm working with user privileges only I ... cannot seem to find a way to get the map file to appear in 'updmap ... which I gather comes from some system-wide configuration file. ...
    (comp.text.tex)
  • Re: Lucida under Debian?
    ... I've used the Lucida fonts happily under Debian. ... shows the map file, but as I'm working with user privileges only I ... I gather comes from some system-wide configuration file. ... esoteric updmap system where the actual configuration file is set up ...
    (comp.text.tex)
  • Configuration error
    ... front page extensions). ... If I create a virtual and map it to any other folder ... An error occurred during the processing of a configuration file ... Parser Error Message: The XML file c:\inetpub\wwwroot\web.config could not ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Assigning Constants in maps
    ... Create a simple class (wrapper) which reads a configuration file for ... "Craig Neuwirt" wrote in message ... I have had to hard code them in the map which will break when I ...
    (microsoft.public.biztalk.general)
  • Re: Show all memory occupied by the program
    ... Yes This one is specific to the target in question However I could have generated a similar file from any of the 30 compilers I have. ... BTW this compiler, as will most of the others I have still generate an EXACT map file even when using an OS or RTOS or scheduler.... ...
    (comp.lang.c)