Hello,

I'm new to ICSF and I just wondered if anyone has had to do this:

This string arrives from a browser, encrypted using RSA:

x..xx<PAN>pppppppppppppppp</PAN><KEY>kkkkkkkkkkkkkkkk</KEY>

I decrypted the string using the private key and converted it from ASCII to 
EBCDIC without any problem.

The <KEY>  tag is a 3DES symmetric key, specified as sixteen hexadecimal 
digits, which has been generated by the browser for the server (z/OS) to 
encrypt the response. The response is a short 8 byte extract of confidential 
details relating to the bank card identified by the PAN. I already have the 
response converted to ASCII ready to be encrypted using the browser supplied 
encryption key. But how to encrypt it ? Someone mentioned that maybe I need to 
use a token. I'm wading through the ICSF manuals now, but if anyone has any 
suggestions I'd be very grateful.

Regards,
John 

John Blythe Reid
Técnico de Sistemas de z/OS
Barcelona.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to