Category Archives: Python

Fixing timing attacks in Python

So, a discussion came up on python-mentors about how to fix some of the timing attacks that I talked about in my pycon talk, and specifically how to solve them in a general way. I’ve previously tried to do this … Continue reading

Posted in Python, Uncategorized | Leave a comment