> Anyone ever had to implement the data encryption algorithm as defined in
> the Australian Standards document AS2805.5? I need to use this as part
[quoted text clipped - 8 lines]
> differs from the algorithm implemented by the .NET
> DESCryptoServiceProvider. Anyone know the answer to this?
So it tuns out the DESCryptoServiceProvider can be persuaded to do
this... it needs to be initialized with an initialization vector of
{0,0,0,0,0,0,0,0} and it seems to spit back 16 characters - the first 8
of which correspond to the results of the Australian Standard... god
knows what's going on there but, as it happens, for this particular
project I don't care ;-) Lucky me!
Best Regards,
James Crosswell
Microforge.net LLC
http://www.microforge.net