Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change --use_master_seed default: to False! #2514

Open
wants to merge 1 commit into
base: py3
Choose a base branch
from
Open

Change --use_master_seed default: to False! #2514

wants to merge 1 commit into from

Commits on Apr 9, 2020

  1. Change --use_master_seed default: to False!

    #2512 
    
    If anyone need to use a master_seed to generate private keys for sites in a range, than that person should use the config parameter --use_master_seed True. 
    
    By default all user should backup private keys instead of generating a few million key in a limited private key space between 0x1 and 0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A03B BFD2 5E8C D036 4140.
    
    While using a seed is good if any of the addresses get compromised from the range of generated private keys an attacker can compromise all and every site generated using that seed!
    
    So, generate a new randomly-selected private key for each new address and let the user practice backing up private keys.
    War Criminal committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    102784d View commit details
    Browse the repository at this point in the history