I just want to support one encryption algorithm (DES in CBC mode) whose INTEGER identifier is 1, 2, or 3, depending upon the message digest algorithm of the client's choice.
我只希望支持一种加密算法(CBC模式下的DES),根据客户机所选择的消息摘要算法,它的INTEGER标识号是1、2或者3。
I will now use the temporary secret key to encrypt the original padded byte array from Step 3 using the DES-CBC algorithm.
现在我要使用这个临时密钥以des - cbc算法加密第3步中得到的附加后的字节数组。
应用推荐