[Python-Dev] Fast Implementation for ZIP decryption (original) (raw)
Shashank Singh shashank.sunny.singh at gmail.com
Sun Aug 30 07:45:20 CEST 2009
- Previous message: [Python-Dev] functools.compose to chain functions together
- Next message: [Python-Dev] Fast Implementation for ZIP decryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
I have implemented the simple zip decryption in C (yes, the much loathed weak password based classical PKWARE encryption, which incidentally is the only one currently supported in python) .
It performs fast, as one would expect, as compared to the current all-python implementation.
Does it sound worthy enough to create a patch for and integrate into python itself?
-- Regards Shashank Singh Senior Undergraduate, Department of Computer Science and Engineering Indian Institute of Technology Bombay shashank.sunny.singh at gmail.com http://www.cse.iitb.ac.in/~shashanksingh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090830/90a8c268/attachment.htm>
- Previous message: [Python-Dev] functools.compose to chain functions together
- Next message: [Python-Dev] Fast Implementation for ZIP decryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]