|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Weird error with Cryprt::Blowfish and Crypt::DESby Beechbone (Pilgrim) |
| on Oct 20, 2004 at 18:07 UTC ( #400934=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Beechbone has asked for the
wisdom of the Perl Monks concerning the following question:
We're using Net::SSH::Perl here and some time the last weeks something changed and we always get an error in one of our modules:
Same happens when forcing Blowfish. I tracked the program execution down to this (DES code is identical): We added debug code around the Perl code and it clearly states that $data is exactly 8 bytes long when given to the C function. It is a real string as as sure as $data = "$data"; can make. The data is just normal 8 bytes, I see no pattern in it, and it is not always the same data. One example would be (in hex): "0a ac 30 c6 f8 b1 e7 b9". I'm clueless, any ideas? Search, Ask, Know
Back to
Seekers of Perl Wisdom
|
|