Show HN: Cryptographically random strings with zero clicks
random.connorlanigan.com
Show HN: Cryptographically random strings with zero clicks
1–4 of 4 posts
Re: Show HN: Cryptographically random strings with zero clicks
#2I 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_...
Re: Show HN: Cryptographically random strings with zero clicks
#3Whenever I need random data for something (as a password, a token, a seed, a server-side secret...) and google for a generator, I always end up on random.org, entering the same configuration, clicking the same checkboxes and clicking the same button. This takes an unnecessary amount of time. I built this website that uses secure defaults and immediately presents you with a string of random data generated locally in y…
Re: Show HN: Cryptographically random strings with zero clicks
#4 LC_CTYPE=C tr -dc [:alnum:]
Works on both macOS and Linux. See https://twitter.com/susam/status/1160420869862117377 for a screenshot.