timeless-timing-attacks icon indicating copy to clipboard operation
timeless-timing-attacks copied to clipboard

A Python implementation that facilitates finding timeless timing attack vulnerabilities.

Results 4 timeless-timing-attacks issues
Sort by recently updated
recently updated
newest added

First, thank you for this great project! However, I fear, that there is some issue with the time measurement. Using [`time.get_clock_info()`](https://docs.python.org/3/library/time.html#time.get_clock_info) we can get this information: ```python >>> time.get_clock_info("time") namespace(implementation='clock_gettime(CLOCK_REALTIME)',...

Thank you for h2time :heart: Can you please consider adding a license, so that others can know how they can (or cannot) use and redistribute the code. Thanks!

Don;'t know why the owner isnt maintaining this amsterpiece as its a one of a kind but whatever. New versions of python require you to replace "ctx.set_npn_protocols(["h2", "http/1.1"])" with "ctx.set_alpn_protocols(["h2",...