字节填充 meaning in Chinese
byte stuffing
Examples
- Often , there are not enough bytes to fill the last block
通常没有足够的字节填充最后的块。 - The pkcs 7 padding string consists of a sequence of bytes , each of which is equal to the total number of padding bytes added
Pkcs # 7填充字符串由一个字节序列组成,每个字节填充该字节序列的长度。 - The ansix923 padding string consists of a sequence of bytes filled with zeros before the length
Ansix923填充字符串由一个字节序列组成,此字节序列的最后一个字节填充字节序列的长度,其余字节均填充数字零。 - The iso10126 padding string consists of random data before the length . the following example shows how this mode works
Iso10126填充字符串由一个字节序列组成,此字节序列的最后一个字节填充字节序列的长度,其余字节填充随机数据。