email discovering code

Sudheer Satyanarayana sudheer.s at sudheer.net
Wed Dec 8 14:11:00 EST 2010


On 12/08/2010 11:53 PM, Tracubik wrote:
> Hi all,
> i remember i've found somewhere (i think here but i'm not sure) a
> signature of a user with a strange python code that, if runned on
> terminal, reveal the email of the contact
>
> Can anyone help me finding it?
>
> thanks
> Nico
>    
import base64
encoded = base64.b64encode('my at email.address')
print base64.b64decode(encoded)


-- 
With warm regards,
Sudheer. S
Personal home page - http://sudheer.net | Tech Chorus - 
http://techchorus.net
Web and IT services - http://binaryvibes.co.in



More information about the Python-list mailing list