oogway:适用于Python的安全比特币实用程序库 源码
威格威 oogway是一个简单但安全的Python比特币实用程序库。 >> > from oogway import Key >> > >> > key = Key ( mnemonic_strength = 256 , passphrase = "bitcoin" ) >> > >> > key . mnemonic 'hungry believe click napkin aerobic make skirt early vibrant suffer trumpet pupil prize ecology bleak citizen absent chief feed skin vast enter this female' >> > >> > key . wif # wif private key '5JnkYopgMsFQtsUkZ3WkmacsBGk3JouYpUNpud
用户评论