2
Private keys are 256 bits (32-bytes) long, according to bitcoin wiki: https://en.bitcoin.it/wiki/Private_key
Diamond Circle, an Australian startup, sent me a pair of bitcoin address and its private key. Blockchain.info shows that the money is still in the given address.
The problem is that the private key is 64-bytes long. It's base-64 encoded evident by the trailing ==
Since it's not in WIF, I wonder how to import it. Has anyone seen 64bit private keys before?
1Is it base64 encoded or hexadecimal? In base64 a private key would be around 44 characters. A private key is certainly not 32 bit, 64 bit or 64 bytes; they are 256 bits, which can be encoded as 64 characters in hexadecimal without compression flag. – Pieter Wuille – 2016-03-26T06:44:37.547