mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-25 20:34:15 -08:00
Rationale: * /dev/random blocks unpredictably on Linux, leading to slow key generation. * OpenSSL's RNG is more cross-platform than /dev/(u)random. Some platforms might not have a (u)random device, or worse, have a /dev/(u)random that produces insecure random numbers (like Cygwin, apparently).
11 KiB
11 KiB