Private Keys in a Nutshell
5 min read – Oct 04, 2022

The blockchain has many equally important components; without them, the puzzle wouldn’t be complete. One of them is a Private Key.
Everyone who enters the cryptocurrency space should know the private key’s role and understand how it works.
A Private Key never comes alone and is always created along with a Public Key. The Private Key should always be taken care of with the highest privacy and never shared with others. It constitutes ownership, and losing it, is equivalent to losing the assets. Recreating the private keys is technologically impossible; therefore, good care of them should be your priority.
A Public Key allows receiving the crypto funds (the public addresses derive from it); a Private Key allows sending the funds.
Mnemonic Phrase
For more in detail information about BIP-39 and Mnemonic Phrase proposal, you can find it here
Why is there a difference in the number of words?
The two most common lengths of Private Key in use are 128 and 256 bits. The 256-bit version is considered more secure. At the time of writing, most wallets still operate with 128 bits. The 256-bit Private Key is represented by 24 words, whereas the 128-bit by 12.
Most of the time Private key will be generated for you by the wallet of your choice as a Mnemonic Phrase. You can, however, create the key by yourself. The process of creating the key requires some technical knowledge. You can find many online tutorials about this topic, so we will not cover the details here.
If you want to generate a private key by yourself, you can try by following this article