A SERVICE OF

logo

AI_MD5WithDES_CBCPadBER
126 RSA BSAFE Crypto-C Library Reference Manual
Algorithm methods to include in application’s algorithm chooser:
AM_MD5 and AM_DES_CBC_ENCRYPT for encryption or AM_DES_CBC_DECRYPT for
decryption.
Key info types for keyObjec t in B_EncryptInit or B_DecryptInit:
KI_Item that gives the password.
Compatible representation:
AI_MD5WithDES_CBCPad.
Output considerations:
During encryption, this AI pads the output (which DES requires to be a multiple of 8
bytes long). Thus, the total number of output bytes from encryption can be as many as
8 bytes more than the total input.