HMAC
美
英 
- 網(wǎng)絡Hash message authentication codes; 哈希的消息驗證代碼; 哈希值的消息驗證代碼
例句
Creates an instance of an implementation of a Hash-based Message Authentication Code (HMAC).
創(chuàng)建基于哈希的消息驗證代碼(HMAC)實現(xiàn)的實例。
HMAC is a message authentication code, I developed this procedure can be of arbitrary length message authentication.
hmac是一種消息驗證碼,我開發(fā)的這個程序可以進行任意長度的消息驗證。
The cryptographic strength of HMAC depends on the properties of the underlying hash function.
HMAC的加密強度取決于基礎哈希函數(shù)的屬性。
Represents the abstract class from which all implementations of Hash-based Message Authentication Code (HMAC) must derive.
表示基于哈希的消息驗證代碼(HMAC)的所有實現(xiàn)必須從中派生的抽象類。
The sender computes the hash value for the original data and sends both the original data and the HMAC as a single message.
發(fā)送方計算原始數(shù)據(jù)的哈希值,并將原始數(shù)據(jù)和HMAC放在一個消息中傳送。
HMAC for application in highway engineering has important practical significance.
對HMAC在公路工程中的應用具有重要的現(xiàn)實意義。
The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC.
接收方重新計算所接收消息的哈希值,并檢查計算所得的HMAC是否與傳送的HMAC匹配。
The performance of HMAC with low-grade and high modulus asphalt aggregates and extra additives was study.
試驗分析了高模量瀝青混合料的路用和力學特性;
Initializes an instance of the default implementation of HMAC.
初始化默認HMAC實現(xiàn)的實例。
However, the HMAC values it produces are inconsistent with the output of the. NET Framework 2. 0 Implementation of the class.
但是,它生成的HMAC值與此類的.NETFramework2.0實現(xiàn)的輸出不一致。
The HMAC support implements the basics for message authentication, following RFC 2104.
HMAC支持信息驗證的實現(xiàn)基礎,遵守2104規(guī)則。
The HMAC process mixes a secret key with the message data and hashes the result.
HMAC進程將密鑰與消息數(shù)據(jù)混合,并對結(jié)果進行哈希運算。
In addition, the TLS layer will check each record for tampering by computing the HMAC_MD5 hash of the contents.
此外,TLS層還會通過計算消息內(nèi)容的HMAC_MD5哈希值來校驗每一條消息是否被篡改。
Computes a Hash-based Message Authentication Code (HMAC) using the SHA512 hash function.
使用SHA512哈希函數(shù)計算基于哈希值的消息驗證代碼(HMAC)。
This switch causes all HMAC objects created in the application to use the. NET Framework 2. 0 Calculation.
此開關讓應用程序中創(chuàng)建的所有HMAC對象都使用.NETFramework2.0計算。
HMAC can be used with any iterative cryptographic hash function, such as MD5 or SHA-1, in combination with a secret shared key.
HMAC可以與任何反覆式的密碼編譯雜湊函式(例如MD5或SHA-1)一起使用,并與秘密共用金鑰組合。
Asphalt Concrete(HMAC) has the excellent antirutting performance, it provide a new way to solve the rutting problem.
高模量瀝青混凝土(HMAC)具有優(yōu)良的抗車轍性能,為解決車轍問題提供了一種新的途徑。
Ideally, use hash-based message authentication code (HMAC) because it's the most secure.
理想的情況下,使用基于哈布的消息驗證碼(HMAC),因為它最安全。