Private Key From Passphrase

generated and convert passphrase to private key hex

import Blockthon as block

# convert passphrase [string] to hex private key
passphrase = "mmdrza.com"
privatekey = block.PrivateKey_From_Passphrase(passphrase)

Last updated