by Sawpaw19 on 7/14/22, 8:29 PM with 12 comments
by gus_massa on 7/14/22, 8:43 PM
Where is the code? It would be nice if all the javascript code is in the same page without external javascript files, so the user can "verify" that you are not doing anything shady.
Are you using a cryptographic random generator? Anyway, my guess is that the people that ask the question is paranoid enough to not use this page to generate the password for the secret bank account or something.
by nicce on 7/14/22, 8:31 PM
> head -c 20 /dev/random | xxd -ps
by arkitaip on 7/14/22, 8:46 PM