z/OS Cryptographic Services ICSF Application Programmer's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Computing Message Digests and Hashes

z/OS Cryptographic Services ICSF Application Programmer's Guide
SA22-7522-16

MD5 and SHA1 hashing are both available from ICSF via BSAFE. If your BSAFE application uses the AM_MD5 or the AM_SHA algorithm methods, you can add a couple of BSAFE function calls and the application will use ICSF and the Cryptographic Coprocessor Feature instead of the BSAFE algorithm method.

The following list shows BSAFE AI types with choosers that may include AM_MD5:

  • AI_MD5
  • AI_MD5_BER
  • AI_MD5WithDES_CBCPad
  • AI_MD5WithDES_CBCPadBER
  • AI_MD5WithRC2_CBCPad
  • AI_MD5WithRC2_CBCPadBER
  • AI_MD5WithRSAEncryption
  • AI_MD5WithRSAEncryptionBER
  • AI_MD5WithXOR
  • AI_MD5WithXOR_BER

The following list shows BSAFE AI types with choosers that may include AM_SHA:

  • AI_SHA1
  • AI_SHA1_BER
  • AI_SHA1WithDES_CBCPad
  • AI_SHA1WithDES_CBCPadBER

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014