You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, python script uses random.randint() which is not at all related to browser's implementation of Math.random(). So, running python script is waste of time.
Math.random() is fixed post 2015/2016. So, running .html file on your latest browser and clicking Generate won't generate any of the vulnerable keys from pre 2015 era.
The text was updated successfully, but these errors were encountered:
random.randint()
which is not at all related to browser's implementation ofMath.random()
. So, running python script is waste of time.Math.random()
is fixed post 2015/2016. So, running .html file on your latest browser and clicking Generate won't generate any of the vulnerable keys from pre 2015 era.The text was updated successfully, but these errors were encountered: