Translating plain text into cipher text
The examples in this appendix are REXX executables that can be used to translate plain text into cipher text by using CCA and PKCS#11.
This appendix includes the following topics:
C.1 CCA ciphertext translation REXX sample
A CCA ciphertext translation REXX sample is shown in
Example C-1.
Example C-1 CCA ciphertext translation from DES to AES REXX sample
/* Rexx */
/*-------------------------------------------------------------------*/ ...