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
 

Hi, could some one explain how are seedphrases considered to be super secure? If it’s just a random string of words from a well-known list of words, what stops someone with a simple python script generating random phrases and trying to open wallets with them?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 weeks ago

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.