5
1
Electrum seems very user friendly, thin and convenient, but is it cryptographically secure? One of the ways to attack any cryptographic system is to exploit weaknesses in the key generation algorithm. Electrum uses a deterministic algorithm based on a pseudo-random seed to derive the public and private keys. Is this a cryptographically secure way of generating keys?
1That makes sense. If each word represents 11 bits, you would only need a dictionary of just over 2K words to represent the entire 128-bit seed as long as you are willing to repeat words. I wonder why the Electrum designers didn't go with a 160-bit seed to cover the entire Bitcoin address space. But that is off topic. Thanks for your help. – Tom – 2014-02-24T17:43:18.837
You can find the answer here https://bitcointalk.org/index.php?topic=153990.msg1641145#msg1641145 and the replies in that thread.
– rdymac – 2014-02-24T21:53:30.980