How are “random” passwords generated

1.08K viewsMathematicsOther

I mean if it’s generated by some piece of code that would imply it follows some methodology or algorithm to come up with something. How could that be random? Random is that which is unpredictable.

In: Mathematics

20 Answers

Anonymous 0 Comments

A computer has access to plenty of random information. Any time you have a sensor, the lowest bits tends to be noise. Every modern processor has a temperature sensor. The lowest bits are hopelessly noisy, and it turns out that the noise is from quantum mechanics effects, so it is truly random.

The computer have a bunch of other sources of random noise like that, and the operating system will gather it and use it generate truly random numbers via API to the apps that ask for it.

You are viewing 1 out of 20 answers, click here to view all answers.