I'm trying to port code over from dotnet to perl. They were using
with what appears to be an 8byte key array and an 8byte IV array.
Anybody know how to take the IV & Key arrays and translate them/apply them to perl?
I don't want to have to generate a new key and am having problems figuring out how to reuse them for the perl implementation.