...奇偶校验外,接收到的消息还要做整体的数据块校验,通常采取的是将数据块进行简单的累加或者是异或后得到一个校验字节(Check Byte),将该校验字节附加在消息的最后发出。终端接收后,首先要对接收到的数据块进行校验以判断数据是否可靠。
基于16个网页-相关网页
The eighth step during our secret key generation process is to check whether the byte array after parity fixing turns out to be a weak key.
我们的密钥生成过程的第八步是要检查奇偶修正后的字节数组是否是一个弱的密钥。
For every message type (and for nonexistent message types as well) the client needs to thoroughly check every byte received from the server.
对于每种消息类型(以及对于不存在的消息类型),客户机都需要彻底检查从服务器接收的每个字节。
Now I again check to see if the 8-byte parity-fixed block of Step 10 is a weak key (just like I did in Step 8).
现在再次检查第10步得到的经过奇偶修正的8字节块是不是弱密钥(就像在第8步中所做的那样)。
应用推荐