Skip to content

5. Private Key Conversion (Scripting)

ztenretep edited this page Apr 17, 2022 · 3 revisions

Short vs. long private keys

Using the scripts a short Tezos private key (secret key) can be determined from the long or full Tezos private key and vice versa.

privatekey_short2long.py converts a short private key to a full secret key. privatekey_long2short.py converts a full private key to a short private key.