Re: Encryption recommendation



Azazello wrote:
On Jul 31, 10:19 am, "JS" <j...@xxxxxx> wrote:
Can someone help me find the proper way to do AES encryption/decryption
using Python?

Thanks!

I did a quick look around the internet and found this seemingly good
link AES in general. Might be a good start.

http://msdn.microsoft.com/msdnmag/issues/03/11/AES/#S4

Looks like you'll need some matrix manipulations modules, and
hopefully you'll be able to utilize Python's indexing and data
strengths to keep things simple!


Or you might use PyCrypto (http://python.codezoo.com/pub/component/5284)
which might be easier.



.



Relevant Pages

  • Re: Encryption recommendation
    ... using Python? ... I did a quick look around the internet and found this seemingly good ... link AES in general. ... strengths to keep things simple! ...
    (comp.lang.python)
  • Re: connection to samba server
    ... Samba server from Python under Windows?" ... poster has never before talked on a Python user list. ... Nothing agitates me more on the Internet than people wasting each ...
    (comp.lang.python)
  • Re: Python is fun (useless social thread) ;-)
    ... Or did you just like what you saw and decided to learn it for fun? ... installer made with Python and NEWT toolkit. ... Being unable to use any of internet tool of my ... "shell scripting"), but now I tend to write standalone client tools, ...
    (comp.lang.python)
  • HTTP Proxy server in python
    ... I am a python newbie but have c/c++ experience. ... The win2k connects to the internet using a dial-up connection. ... to do is to allow users, who would come from win98 machines to use internet ... If proxy server is a good idea, could someone give me an outline of how to do it? ...
    (comp.lang.python)
  • Re: Can Python run on the Internet
    ... > someone can submit a Python program to be run? ... Find some machine that is connected to the internet; ... Set up an SSH server on the machine, ... Give students a/some login. ...
    (comp.lang.python)