Recall from my earlier discussion that CBC asks for cipher-blockchaining.
回想在前面的讨论中说过,CBC 要求密文块链接。
2
The mode of encryption is CBC (CipherBlockChaining) with 8-byte block size.
加密方式是块大小为 8 字节的 CBC(Cipher Block Chaining,密码块链接)。
3
For the J2ME-based Kerberos client, I'll only support one encryption algorithm, which is DES (data encryption standard) in CBC (cipherblockchaining) mode.