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

[FIX] Allow mnemonic recovery via file #365

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 16, 2023

  1. [FIX] Allow mnemonic recovery via file

    The only way to `recover` was to specify the mnemonic as an input via
    STDIN. This carries a number of risks, as that mnemonic could be exposed
    via process monitoring, shell history, or over the shoulder observation.
    
    I believe allowing the user to specify a file to recover from is a generally more
    secure path to recovery from a mnemonic.
    brad-u410 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    82a85c1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Tighten validation

    brad-u410 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    52e52dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89a0ff View commit details
    Browse the repository at this point in the history