FAQs
- Is getRandomValues cryptographically secure?
- Yes, it uses the platform CSPRNG designed for cryptographic use.
- How many bytes should I generate?
- Depends on application; 16 bytes for nonces, 32 bytes for keys are common baselines.
- Does this tool upload my data?
- No. All randomness is generated locally in your browser.