1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-30 05:56:54 -05:00

update doc

This commit is contained in:
V2Ray 2015-09-15 00:56:17 +02:00
parent 36e81c4dee
commit 2564c909a5

View File

@ -45,7 +45,7 @@
## 基于时间的用户 ID Hash
H = MD5
K = 用户 ID (16 字节)
M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
Hash = HMAC(H, K, M)
* H = MD5
* K = 用户 ID (16 字节)
* M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
* Hash = HMAC(H, K, M)