Show HN: Cryptographically random strings with zero clicks(random.connorlanigan.com) |
Show HN: Cryptographically random strings with zero clicks(random.connorlanigan.com) |
I built this website that uses secure defaults and immediately presents you with a string of random data generated locally in your browser. It uses the Web Crypto API [1] for obtaining strong randomness. It's running on Cloudflare to be as fast as possible.
[1] https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_...
LC_CTYPE=C tr -dc [:alnum:] < /dev/urandom | head -c 20; echo
Works on both macOS and Linux. See https://twitter.com/susam/status/1160420869862117377 for a screenshot.