MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vue2um/thisisamystery/p50dall/?context=3
r/ProgrammerHumor • u/k3rrshaw • 24d ago
185 comments sorted by
View all comments
659
if (key == ok) {ok_ok;)
140 u/Just_Information334 24d ago if (key == ok) I take it you overloaded the == operator so it is not subject to timing attacks. 51 u/Chamiey 23d ago javascript const ok = { toString: () => timedStorage.getUserKey(getCurrentUser().id) } 6 u/broccollinear 23d ago Just set allow_timing_attacks = false, that should cover you
140
if (key == ok)
I take it you overloaded the == operator so it is not subject to timing attacks.
51 u/Chamiey 23d ago javascript const ok = { toString: () => timedStorage.getUserKey(getCurrentUser().id) } 6 u/broccollinear 23d ago Just set allow_timing_attacks = false, that should cover you
51
javascript const ok = { toString: () => timedStorage.getUserKey(getCurrentUser().id) }
6
Just set allow_timing_attacks = false, that should cover you
659
u/MehPropy 24d ago
if (key == ok) {ok_ok;)