|
I just found these lists and what a goldmine!
I'm posting this question to the RPG group and Java group because it
relates to both (I think).
My boss handed me an interesting problem ... hoping to get some
pointers or guidance here.
What I need to do is encrypt some text on the iSeries (in an RPG
program), store the encrypted data in a text field (data area,
probably), and (obviously) be able to decrypt the data.
Here's the rub ... I also need to be able to decrypt the data from one
or more Java programs. The java programs may be running on the
iSeries or on a PC.
Obviously I'll need a way to secure the encryption key ... I haven't
tackled that part yet.
The way my boss wants this to work is we run a command with the new
data to be encrypted ... the encrypted data is stored in the data area
and displayed to the user (one of our ops people), they copy the
encrypted data and paste it into a text file that the java program
can read and decrypt. The encryption key will probably be hard coded
(somehow) in the RPG and Java programs.
So the problems I am trying to solve are ...
1. Looking for a simple example of using the crypto routines in RPG.
2. Figure out the best crypto method that will work in both Java and RPG.
3. What format should I use when encrypting the data (I figure the
routines won't encrypt the same text in ASCII and EBCDIC the same).
Maybe Unicode?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.