HP3000-L Archives

March 2002, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Steven Waters <[log in to unmask]>
Reply To:
Steven Waters <[log in to unmask]>
Date:
Sat, 30 Mar 2002 19:56:22 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Hi All,

I am looking for an MD5 algorithm that I can call from Speedware. Has
anyone done this or would anyone be willing to be paid to do it?

I need something where I can call a program from an XL passing an encoded
value and a key and return the decoded value. I would limit the length of
the values to 100 bytes since it is a password that we are decoding and
Speedware does not handle udefined variable lengths. I would also require
the ability to create and encoded value from a decoded value. In Speedware
I would access as:

CALL MD5_DECODE USING ENCODED_VALUE,
                      DECODING_KEY,
                      DECODED_VALUE MODIFY;

OR

CALL MD5_ENCODE USING DECODED_VALUE,
                      ENCODING_KEY,
                      ENCODED_VALUE MODIFY;

Thanks,

Steven Waters
1-800-387-1269

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2