Timestrike is a Python library I made to conduct timing attacks.
The idea came to me while doing a CTF challenge where I had to do a timing attack. I realized the Python script I has to write was pretty much the exact same script I had written for a previous CTF challenge. So I decided to publish it as a library.
The library provides two functions:
get_lengthto obtain the length of the keyget_keyto obtain its content.
They only require the user to define the function that gives the processing time of a given string.