2

Recently I found that Netscape used quite simple algorithm to generate random number for Message Authentication Code to establish an HTTPS connection (Nestscpe used time, process identification number, and parent-process identification number). So now I wonder what source of seed do modern browsers use to guarantee true randomness?

Nutel
  • 1,491
  • 4
  • 14
  • 13

1 Answers1

2

This question and this question over on security.SE have some answers describing sources and the randomness available.

Rory Alsop
  • 326
  • 3
  • 12