I´m in need of thy help. I want to encript (and later decrypt) a string with more than 8 words. Crypt::Blowfish and all others seem to accept only 8-bytes-long strings!!! How to overcome this?
Thanks a lotuse Crypt::Blowfish; my $key = pack("H16", "0123456789ABCDEF"); # min. 8 bytes my $cipher = new Crypt::Blowfish $key; my $ciphertext = $cipher->encrypt("but my string has more than 8 byt +es!!!!"); # SEE NOTES print unpack("H16", $ciphertext), "\n";
In reply to Encrypting strings with more than 8 bytes. by Andre_br
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |