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

Generate random key using random seed #273

Closed
LeoHChen opened this issue Jan 17, 2019 · 1 comment
Closed

Generate random key using random seed #273

LeoHChen opened this issue Jan 17, 2019 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@LeoHChen
Copy link
Contributor

Currently, the host priv/pub keypair is generated using ip/port as the seed. So they are predicable for certain ip/port. We should use true random seeds for the keypair generation. But we need to be able to persist the keys at first #271

@LeoHChen LeoHChen added the help wanted Extra attention is needed label Jan 17, 2019
@LeoHChen LeoHChen self-assigned this Jan 17, 2019
@renlulu
Copy link
Contributor

renlulu commented Jan 30, 2019

You means security random number? can we just use CSPRNG that operating system provides?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants