Post
Topic
Board Wallet software
Merits 7 from 3 users
Re: How long to crack 24 word phrase if you know all 24 words out of order?
by
hosseinimr93
on 11/08/2023, 16:57:20 UTC
⭐ Merited by o_e_l_e_o (4) ,Pmalek (2) ,vapourminer (1)
Your explanation for why it's actually 2^256 is quite clear - however to brute force we would still need to go for the full 2^264 route since we cannot know if a phrase would result in a valid checksum, correct?
It's true that you will need to check all the 2^264 combinations to see if they pass the checksum, but take note that you won't need to generate address from all those combinations.
You will need to generate address from 2^256 combinations.

The process of generating addresses from the seed phrase is much more expensive than just checking the checksum.