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

Deterministic password/secrets #64

Open
5 tasks
meeDamian opened this issue Feb 11, 2019 · 0 comments
Open
5 tasks

Deterministic password/secrets #64

meeDamian opened this issue Feb 11, 2019 · 0 comments

Comments

@meeDamian
Copy link
Member

The way I see it is:

  1. we generate solid entropy & encode it as a 24-word(?) seed,
  2. from it, we can generate our own bitcoind and lnd wallets using the above entropy,
  3. we can also create a derivation path for passwords from said entropy,
  4. We can generate all other secrets from it.

Obvious questions are:

  • How to seed bitcoind with our entropy?
  • How to seed lnd with our entropy?
  • How to seed tor with our entropy?
  • How to seed sshd with our entropy?
  • What else shall we treat this way?
@nolim1t nolim1t transferred this issue from lncm/pi-factory Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant