Well, the class they are using seems to be based on DES. I was planning on using
but I don't see any methods that allow passing in an IV. So, the next thing I did was take a look at
which allows you to specify a cipher (DES, in this case) as well as a key and iv.
My next problem was trying to figure out what to do with a dotnet byte array for the iv and key (pack?) in order to stringify since that is what the perl modules use.