in reply to Re^2: Weird error with Cryprt::Blowfish and Crypt::DES
in thread Weird error with Cryprt::Blowfish and Crypt::DES

Thank you very much for this solution. I had the same issue with "input must be 8 bytes long".

Strangely enough, I seem to only get this problem when I use strings coming from XML::Simple (XML::Parser), not when I try to run the same commands on CLI or from a different script that also uses Net::SSH::Perl, but gets the parameters from CLI args.

  • Comment on Re^3: Weird error with Cryprt::Blowfish and Crypt::DES