BIP39 Last Word Finder

Recommended Use:

Why does it generate six words?
What we are really calculating is a checksum made up of the last 4 bits of information in the private key. Since each word is 7 bits this means there are 3 bits remaining. 3 bits of information is missing
Why is this secure?
There are 2048^24 = 2.9642775e+79 possible combinations
If 8 Billion people each made one million guesses per second it would take over 1.0e+56 years to brute force every combination
How to flip your first 23 words
Get a box put 11 coins in it, decide which side of the coin is 0 and 1
Close the box, shake it, open the lid and write down the coin values from top left to bottom right
Translate your 11 coin flip from a binary number into a decimal (11111111111->2047)
Do this 23 times
Use the bip-39 dictionary to convert this number into a word