What are some viable, secure sources of entropy for a CSPRNG?
I need some viable sources for entropy to seed a CSPRNG.
So far, I have:
JS Events
Web Crypto API
performance.now()
Timing for xmlHTTPRequests
etc.
Are there any other viable/secure entropy sources that I can use/access i… Continue reading What are some viable, secure sources of entropy for a CSPRNG?