This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, pitrou, skrah
Date 2013-10-14.11:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381751919.9.0.982462667806.issue19254@psf.upfronthosting.co.za>
In-reply-to
Content
> I have optimized XOR and now it's even faster than OpenSSL's code for
> reasonable long passwords. :(

Uh... and it gives the right results? Perhaps OpenSSL should be reimplemented in Python :-)

If your code is resistant to timing attacks, I suppose we don't need the C implementation anymore? Or does it have a larger startup cost?
(what is a "reasonably long password" for you? 10 chars or 64? :-))
History
Date User Action Args
2013-10-14 11:58:39pitrousetrecipients: + pitrou, christian.heimes, skrah
2013-10-14 11:58:39pitrousetmessageid: <1381751919.9.0.982462667806.issue19254@psf.upfronthosting.co.za>
2013-10-14 11:58:39pitroulinkissue19254 messages
2013-10-14 11:58:39pitroucreate