RSA Security 5 Projection Television User Manual


 
AI_DES_CBCPadPEM
30 RSA BSAFE Crypto-C Library Reference Manual
Algorithm methods to include in application’s algorithm chooser:
AM_DES_CBC_ENCRYPT for encryption and AM_DES_CBC_DECRYPT for decryption.
Key info types for keyObjec t in B_EncryptInit or B_DecryptInit:
KI_DES8Strong, KI_DES8, KI_8Byte, KI_Item (if the length of the ITEM is 8) or
KI_DES_BSAFE1.
Compatible representation:
AI_DES_CBCPadIV8, AI_DES_CBCPadBER.
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.