Encryption
Dale Strickland-Clark
dale at riverhall.NOTHANKS.co.uk
Mon Apr 22 13:19:09 EDT 2002
More information about the Python-list mailing list
Mon Apr 22 13:19:09 EDT 2002
- Previous message (by thread): Encryption
- Next message (by thread): Encryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We need to decrypt, on Win32, some data coming from a Linux system, encrypted with mcrypt. I'd like to do it in Python but a command line utility would be acceptable. I found the python-mcrypt module on Source Forge but it needs compiling and I couldn't find all the include files. Also, there seems to be an issue with Python >= 2.1. Mcrypt can use a number of encryption techniques and I'm not too bothered which we use. Just as long as I can decypher it at our end. Any suggestions? -- Dale Strickland-Clark Riverhall Systems Ltd
- Previous message (by thread): Encryption
- Next message (by thread): Encryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list