Hi guys. I want to get the details of my paper wallet from an offline bitaddress.org. I entered an invalid private key and a pop up window had the following:" the text you entered is not a valid key. Would you like to use the entered text as a paraphrase and create a private key using a SHA256 hash of the paraphrase? Warning: choosing a strong paraphrase is important to avoid brute force attempts to guess your paraphrase and steal your bitcoins". Please what do you advise. Thanks.
Your private key should look like one of the following below..
Bitcoin private keys (this section is largely based on data from bitaddress.org)
WIF (Wallet Import Format) (51 characters base58, starting with "5").
Example: 5KMWmYkn5YWkJnUDG4utD9L1HXQv3DBseqqCGsQXmthcEerbA7k
WIF Compressed (52 characters base58, starting with "K" or "L".
Example: L41YPdADy46J9Vh77WGR2bktFwEZ6knza2Xim3Urq9CEWynkkLgn
Note: both WIF and WIF Compressed are derived from the same private key, but result in different Bitcoin addresses.
Private Key Hexadecimal (64 characters [0-9A-F]) (less common).
Example: CA9A061710B8BC582E1B8BB60D0F3F2751791888AB5C18737620087ABDF74A05
Private Key (44 characters base64) (less common).
Example: ypoGFxC4vFguG4u2DQ8/J1F5GIirXBhzdiAIer33SgU=
Mini private key (30 characters base58, starting with "S", see wiki).
Example: Sf2i92UoH3kMooYXHdDQ4YQvLTdPrQ
BIP38 password encrypted private key (58 characters base58, starting with "6P", see bitcoinpaperwallet.com).
Example: 6PRNqE9p5hTUgNy5cxXnrfVKZPX5Qz8sqB7oNfDT9N3YdCM7rqRxruxkN1
Private key missing checksum
Example: 5KMWmYkn5YWkJnUDG4utD9L1HXQv3DBseqqCGsQXmthcEerbA7k
Credit to LoyceV for the list from this topic.
https://bitcointalk.org/index.php?topic=4959742.0