How are “random” passwords generated

1.10K 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

The basic answer is that it isn’t. Computers are pseudo-random, they can create outputs which look random but actually aren’t.

For more cryptographically secure purposes, they can use certain sources of data like the micro movements of the mouse and the timing between keystrokes to derive extra randomness, but even this isn’t truly random.

Some companies use more extreme measures to get truly random data, like Cloudflare recording a wall full of lava lamps, or random.org uses atmospheric noise.

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