[Tutor] email anonymizing

Bob Gailer bgailer at alum.rpi.edu
Thu Jul 13 23:49:39 CEST 2006


Luke Paireepinart wrote:
> anil maran wrote:
>   
>> hi i m trying to anonymize emails
>>     
> hi.
>   
>> everytime someone enters
>> email at domain.com
>>
>> i want to generate
>>
>> cost-1234 at myweb.com and use this email in the web application
>>
>> I want to do this in python
>> can you please explain how to do this
>>     
> Yes.
>
> Are you trying to anonymize their e-mail before it's sent to the server 
> or server-side?
> More info please.
> Are you using python cgi?
>   
To amplify Luke's and others' questions - we need a lot more 
information, and at this point in the process it seems painfully slow to 
extract it from you. If you want our help please tell us:
1) how much programming experience you have.
2) how new to Python are you.
3) why do you want to solve this problem in Python?
4) what can you apply from other languages you know (you refer to Java 
and C++) to this problem
5) have you written any Python code toward solving this problem?
6) do you need help in how to do string substitutions? how to randomly 
generate names? how to store persistently and retrieve mappings of real 
to anonymous addresses?
7) anything else you can tell us so we can give specific help.
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>   


-- 
Bob Gailer
510-978-4454



More information about the Tutor mailing list