출처 : https://github.com/trezor/python-mnemonic
git clone https://github.com/trezor/python-mnemonic.git python3 setup.py build
input : 7f7f7f7f7f7f7f7f7f7f7f7f7f7f7f7f (128 bits) input : 80808080808080808080808080808080 (128 bits) input : ffffffffffffffffffffffffffffffff (128 bits) |
seed 쫙 뽑히는걸 확인 할수 있다.
https://iancoleman.io/bip39/#korean 결과와 뽑혀진 seed를 비교 한다.
'Django' 카테고리의 다른 글
python secp256k1-py 오류 (0) | 2019.07.18 |
---|---|
Oauth2 Django (0) | 2019.07.11 |
django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes') (0) | 2019.07.09 |