this post was submitted on 01 Mar 2025
2 points (100.0% liked)
/c/cybersecurity - Cybersecurity News & Discussion
2276 readers
1 users here now
A community for technical news and discussion of cybersecurity and closely related topics.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The entropy of pass phrases is higher than that of most passwords that are used in real life.
https://xkcd.com/936/
Of course if you have a password manager you are better off having a long random string.
What is keeping people from brute forcing is that the hashing algorithms used are purposefully slow, so they limit how many combinations you can check per second.