On 11/8/06, Thomas Kern <[EMAIL PROTECTED]> wrote:
In the meantime, I will try writing a rexx stage using the RXMD5 at its core.
Not wanting to spoil the joy of a good hour of hacking, but did you
check out your plastic pipes?
From http://vm.marist.edu/~pipeline/pipeline.news I would expect this
could deal with most of your requirements. And if you have specific
needs you might check with John to see what's in the pipeline (no 00D
intended).
Sublevel C: (November 24, 2004)
MD5 Write a message digest to the output. The filter is "derived
from the RSA Data Security, Inc. MD5 Message-Digest Algorithm"
When no secondary output stream is defined, all input records
are logically joined to form a single message, which is
processed by the message digest algorithm. The input records
are discarded. A single 16-byte record is written at
end-of-file on the input.
When the secondary output stream is defined, a message digest
is computed for each input record. The input records are
copied to the primary output without delay; the message digest
is written to the secondary output before the input record is
consumed.
MD5 terminates as soon as it discovers an unconnected output.