Re: Encryption recommendation



JS wrote:
Can someone help me find the proper way to do AES encryption/decryption using Python?

Thanks!



Use pycrypto. You can roll it into a standalone program for any major OS. See <http://passerby.sf.net>. Don't attempt to write your own AES implementation for production software.

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/
.



Relevant Pages

  • Re: rotor alternative?
    ... You can try pycrypto if you want. ... Unfortunately, I could not find an installer for Windows, but ... none of those libraries are part of Python 2.3. ...
    (comp.lang.python)
  • Freezing pycrypto
    ... I'm trying to freeze PyCrypto on Linux and having trouble with it, ... PyCrypto is used by paramiko. ... I have added following in the Modules/Setup while building Python: ... Python compiles, but then I can't import this module and neither can PyCrypto in a frozen binary: ...
    (comp.lang.python)
  • Re: Checking for a full house
    ... > So, to start me off on python, I decided to put together a little ... Below is my code for checking for a full house (when rolling ... > def removeAll: ... def isFullHouse (roll): ...
    (comp.lang.python)
  • Working Python Cookies code.
    ... I am working on web site which has a personality assessment ... I originally wrote a standalone program in RapidQ basic. ... decided to rewrite the program for the web using python. ... the client side and two python scripts on the back side. ...
    (comp.lang.python)
  • Re: Beginners Query - Simple counter problem
    ... Scott David Daniels wrote: ... roll = roll + random.randint ... Although this would probably be quicker than the other approaches, I'm not using the dice to generate numbers per say, I actually want to emulate the rolling of dice, bell-curve as well as the range. ... I already like what little I can do in Python and it seems to have a great community too. ...
    (comp.lang.python)