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

private.key 使用临时随机文件 #623

Closed
88250 opened this issue Dec 2, 2020 · 2 comments
Closed

private.key 使用临时随机文件 #623

88250 opened this issue Dec 2, 2020 · 2 comments
Assignees
Milestone

Comments

@88250
Copy link
Member

88250 commented Dec 2, 2020

在同步时生成随机 key 文件,用完即删,降低泄露风险。

@88250 88250 added this to the 0.5.1 milestone Dec 2, 2020
@88250 88250 self-assigned this Dec 2, 2020
@88250 88250 changed the title private.key 加密 private.key 使用临时随机文件 Dec 2, 2020
@88250 88250 closed this as completed Dec 3, 2020
@SylleoYr
Copy link

SylleoYr commented Dec 3, 2020

私钥难道不是用户唯一的吗?🤷‍♂️,随机的怎么区分用户呀。

一个小的想法:不管是加密还是使用随机文件,都建议在内存中操作私钥(不知道是否可行)。

@88250
Copy link
Member Author

88250 commented Dec 3, 2020

@SylleoYr Windows 上暂时搞不定,所以先用随机文件了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants