in reply to Re^3: convert dotnet to perl
in thread convert dotnet to perl
private static byte InitVect = { 11, 22, 33, 44, 55, 66, 77, 88}; private static byte CryptKey = { 99, 100, 101, 102, 103, 104, 105, 106 };
(numbers changed for security)
I tried doing a pack("b*",(11, 22, 33, 44, 55, 66, 77, 88)) but I'm not sure if that is what I need to do.
Anybody know what I need to do with these?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: convert dotnet to perl
by BrowserUk (Patriarch) on Apr 21, 2005 at 23:58 UTC |