Operating System - HP-UX
1826436 Members
3969 Online
109692 Solutions
New Discussion

Code/Script to DES encode a string using a transport key

 
SOLVED
Go to solution
Michele (Mike) Alberton
Regular Advisor

Code/Script to DES encode a string using a transport key

Hi !

I'd need a way to encrypt a 32 Hex digits string using DES algorithm through a Transport Key (16 hex string).

Is there any existing tool for that ?

Our SW is doing the decryption so that I would like to test it against some more standard tool.

Thanks !

Mike
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Code/Script to DES encode a string using a transport key

http://search.cpan.org/~dparis/Crypt-DES-2.05/DES.pm

You can go to www.perl.org/CPAN and find a number of encryption modules which implement DES.
If it ain't broke, I can fix that.
Michele (Mike) Alberton
Regular Advisor

Re: Code/Script to DES encode a string using a transport key

Thank You,

I've installed the module, now I'll try to play with it.

Appreciated,

Mike