Tag
Cryptography
2 posts tagged Cryptography, newest first.
C++ | How to Safely Initialize std::mt19937
Analyzes the randomness weaknesses of seeding std::mt19937 with std::random_device and the default std::seed_seq, and shows how to initialize it correctly using /dev/urandom.
Where the Entropy for /dev/random and /dev/urandom in WSL Comes From
Traces the entropy behind getrandom, /dev/random, and /dev/urandom in WSL to Windows' BCryptGenRandom rather than to the Linux kernel.