> Hi Folks,
> 
> The code at http://longren.no-ip.org/tyler/blowfish.pl 
> encrypts some $data. Once the data is encrypted, the hex 
> value should be stored in $ciphertext. $plaintext should have 
> the original data that's in $data.
> 
> When I run this code, I recieve this error:

At the risk of sounding condescending...
I'm going to go out on a limb here and say that one of those vars 
needs to be 8 bytes long and is not.
I'd say find out which $variable it's using in line 56 of th 
Blowfish.pm file and make sure it's 8 bits long.

DMuey

> "input must be 8 bytes long at 
> /usr/lib/perl5/site_perl/i386-linux/Crypt/Blowfish.pm line 56."
> 
> Does anybody know why this happens?
> 
> You can view the code here: http://longren.no-ip.org/tyler/blowfish.pl
> 
> Thanks,
> Tyler
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to