Python Crypto Question

M

Maboroshi

Hi I was interested if there was a way to encrypt common ports on my
computer like port 80: and my FTP port on the Client side using Python

Forgive me if this sounds like an amatuer question but I don't know to much
about this

I understand I can access secure servers that offer this encryption

but when I recieve information from a server is it possible for my computer
to download it anonomously and have it encrypted. So basically the server
can't see that I am there and any information passed from my computer to
that server for a request, that server log or whatever would just be a bunch
of numbers appearing. I understand that a proxie might make me anonymous

does this make sense

I would like to program something like this if it is a plausible idea

Thanks in advance
 
L

Lucas Raab

Maboroshi said:
Hi I was interested if there was a way to encrypt common ports on my
computer like port 80: and my FTP port on the Client side using Python

Forgive me if this sounds like an amatuer question but I don't know to much
about this

I understand I can access secure servers that offer this encryption

but when I recieve information from a server is it possible for my computer
to download it anonomously and have it encrypted. So basically the server
can't see that I am there and any information passed from my computer to
that server for a request, that server log or whatever would just be a bunch
of numbers appearing. I understand that a proxie might make me anonymous

does this make sense

I would like to program something like this if it is a plausible idea

Thanks in advance

You might want to check out PyCrypto 1.9a6 at
http://twisted.sourceforge.net/contrib/pycrypto-1.9a6.win32-py2.3.exe and
PyOpenSSL 0.5.1 at
http://twisted.sourceforge.net/contrib/pyOpenSSL-0.5.1.win32-py2.3.exe for
some encryption algorithms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top