mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 07:26:24 -05:00
update doc
This commit is contained in:
parent
36e81c4dee
commit
2564c909a5
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
## 基于时间的用户 ID Hash
|
## 基于时间的用户 ID Hash
|
||||||
|
|
||||||
H = MD5
|
* H = MD5
|
||||||
K = 用户 ID (16 字节)
|
* K = 用户 ID (16 字节)
|
||||||
M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
|
* M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
|
||||||
Hash = HMAC(H, K, M)
|
* Hash = HMAC(H, K, M)
|
Loading…
Reference in New Issue
Block a user