The mode of encryption is CBC (CipherBlock Chaining) with 8-byte block size.
加密方式是块大小为 8 字节的 CBC(Cipher Block Chaining,密码块链接)。
2
For the J2ME-based Kerberos client, I'll only support one encryption algorithm, which is DES (data encryption standard) in CBC (cipherblock chaining) mode.
The process involves 16 rounds and can run in four different modes, encrypting blocks individually or making each cipherblock dependent on all the previous blocks.