Dennis Hackethal’s Blog
My blog about philosophy, coding, and anything else that interests me.
Tweet
This mirrored tweet of mine may be formatted slightly differently than on Twitter.
This is an older tweet. I don’t necessarily endorse it anymore.
Dennis Hackethal
@IuseLinuxbtw42 @jewelkeith_jk
Came here to say this. There are at least four lines that need to use window.crypto, starting here:
Specifically, something like
let array = new Uint32Array(1);
let randomNumber = window.crypto.getRandomValues(array)[0];
should do the trick.
What people are saying
Below comments were posted on this blog, not on Twitter.