tsa icon indicating copy to clipboard operation
tsa copied to clipboard

A TSA random arrow generator

Results 3 tsa issues
Sort by recently updated
recently updated
newest added

- Get rid of Bower, Bootstrap, and jQuery - Optimize the images - Inline some browser hacks ### Before and After ![tsa](https://cloud.githubusercontent.com/assets/274/14325975/de850e88-fbf9-11e5-9bf1-d687c4def0e5.gif) http://collectiveidea.com/blog/archives/2016/04/06/how-we-saved-the-tsa-185200-i-mean-185200-bytes/

For something where you don't want a possible attacker to have any knowledge of the upcoming lane, the randomizer needs to be cryptographically secure. Thankfully, this is easy to fix...

Please check my math, but from my understanding, `Math.random` has a range of 0 (inclusive) and 1 (exclusive). So the max number possible is 0.999... repeating. By checking `random >...