Conversation
Member
|
|
Member
Author
|
md5单纯是因为它刚好16位 不然还要多写一行取前16(函数返回的数组不能直接寻址取切片) |
Member
|
|
Member
Author
|
每次启动重新生成guid确实不太行 只是改变一下这个行为而已 跟别的没关系 而且sing tun也是用name和md5生成 反正这玩意也不需要密码学安全 |
Member
|
|
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
生成确定性的GUID 翻了一下sing也是这么干的 应该问题不大
close #5810