| View previous topic :: View next topic |
| Author |
Message |
venkata subramanian Beginner

Joined: 16 May 2004 Posts: 1 Topics: 1 Location: Asia
|
Posted: Mon Nov 29, 2004 6:57 am Post subject: Scrambling/Encryption algorithm in cobol |
|
|
Hi Friends,
Do anybody have an idea or sample of Scrambling/Encryption algorithms in COBOL program.
As per our requirement, encryption software is not used and data should get encripted when moved to different environment
If possible provide me the link.
Thanks in advance. _________________ Thanks & Regards,
Venky |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12399 Topics: 75 Location: San Jose
|
|
| Back to top |
|
 |
powerhawk Beginner

Joined: 08 Nov 2004 Posts: 28 Topics: 4 Location: Stockholm
|
Posted: Fri Dec 10, 2004 9:52 am Post subject: |
|
|
[quote]data should get encripted when moved to different environment/ | Quote: |
Move to that environment? Moving from att platform using EBCDIC till one using ASCII makes it a lite bit difficult. |
|
|
| Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Mon Dec 13, 2004 8:12 am Post subject: |
|
|
XLATE, an assembler instruction performs ASCII to EBCDIC conversion peacefully. DFHCCNV, another assembler routine does something similar.
Cheers
Brian |
|
| Back to top |
|
 |
|
|
|