TICKET_ALG_SHA
控制在建構通行證時,所要使用的加密演算法。通行證是以加密方式產生的機密,可用來增進 NRPC 驗證的效能。需要 IBM Domino 9.0.
語法:TICKET_ALG_SHA= value,其中 value 代表下列其中一個演算法
值 | 演算法 |
---|---|
1 | HMAC-SHA 1 |
256 | HMAC-SHA 256(預設為啟用;不需配置。) |
384 | HMAC-SHA 384 |
512 | HMAC-SHA 512 |
Note: The client side of the network connection advertises which algorithms it supports, and the server selects the most secure combination that both client and server support based on the service-side notes.ini setting.
適用於:伺服器
預設值:256