On Sun, Apr 22, 2007 at 11:44:22PM +0200, Michal wrote:
> Hi,
>
> I have written encrypt/decrypt functions that use blowfish and the issue is
> that they works fine if the input string length is divisible by 8. I have
> found in docs that blowfish uses 8 byte blocks. So I must do padding. Do I
Hi,
I have written encrypt/decrypt functions that use blowfish and the issue is
that they works fine if the input string length is divisible by 8. I have found
in docs that blowfish uses 8 byte blocks. So I must do padding. Do I have to do
it manually or is there any function that does it for m